.rojer
{
    height: 400px;
    max-width: 1000px;
    width: 98%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid #c6b069;
    background-color: #c6b069;
    padding: 20px;
}
.mount
{
    height: 100%;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}
.kasj
{
    height: 100%;
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding: 10px;
}.kasj h1  
{
    color: white;
    text-align: center;
}
.kasj p 
{
    text-align: center;
    color: white;
}
.kasj button
{
    height: 50px;
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid white;
    color: white;
    font-size: 40px;
    background-color: transparent;
    border-radius: 20px;
}.mount img 
{
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
@media(max-width:780px)
{
    .rojer 
    {
        height: 700px;
    }
    .mount 
    {
        height: 50%;
        width: 100%;
    }
    .kasj 
    {
        height: 50%;
        width: 100%;
    }
}