body{
    width:100%;
    height:100vh;
    max-width:100%;
    max-height:100vh;
    overflow-x:hidden;
    overflow-y:hidden;
    background:url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.w-10{
    width:10%;
}
#logoimage{
    width:120px;
}