*{
    margin: 0;
    padding:0;
    font-family: cursive;
    box-sizing: border-box;
}

body{
    background-image:url(./bgimg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.left{
    float:left;
    padding: 20px 10px 10px 20px;

}

.center{
    margin:300px 0 0 320px;
    float:left;
}

.logo-right{
    float: right;
    padding: 200px 10px 10px 20px;
}
.corner-logo {
    width: 280px;
    height:850px;
}
.corner-logo img{
    height: auto;
    width: 100%;
}

.logo img{
    height: auto;
    width: 600px;
}

.logo{
    text-align: center;
    margin: auto;
    width: 100%;
}

.btn{    
    text-align: center;
}
button{
    margin: 15px;
    padding: 15px 30px;
    border-radius: 3px;
    box-shadow: 0px 0px 20px 0px #fbd02a;
    border: 2px solid #fbd02a;
    font-family: monospace
}

button:hover{
    transform: translateY(1px);
    filter:drop-shadow(1px 1px 1px #ccc);
    background-color: crimson;
    color:white;
    cursor: pointer;
}

footer{
    clear:both;
    position: fixed;
    width:100%;
    bottom:0;
    background-color: #c1b59f;
    padding: 10px;
    text-align: center;
}

@media screen and (max-width:768px){  
    .left{
    float:left;
    padding: 4px 0px 0px 5px;
    }

    .corner-logo {
        width: 200px;
        height:300px;
    }
    .corner-logo img{
        height: 300px;
        width: 130px;
    }
    .logo-right{
        float: right;
        padding: 150px 20px 0 2px;
    }
      .logo-right img{
        width:130px;
          height:130px;
    }
    .center{
        margin:0;
        padding: 0;
        clear: both;
        width: 100%;
    }
    .logo img{ 
    height: 150px;
    width: 300px;
    }
}
@media screen and (min-width:769px) and (max-width:1771px){ 
    .left{
    float:left;
    padding: 4px 0px 0px 5px;
    }

    .left .corner-logo img{
        width: 200px;
        height:500px;
    }
    .logo-right{
        float: right;
        padding: 150px 20px 0 2px;
    }
      .logo-right img{
        height:200px;
        width:200px;
    }
.center{
    position: absolute;
        margin:150px 0;
        clear: both!important; 
        width: 100%;
    }
     .logo img{ 
    height: 150px;
    width: 400px;
    }
}
