/*     font-family: 'Ubuntu', sans-serif; */

html{
    height:100%;
}
body{
    background: url(images/victoria-mendy.jpg) no-repeat;
    background-size: cover;
    background-position: top right;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300; 
    height: 100%;
    width: 100%;
}
a{
    text-decoration: none;
    font-size: 20px;
    color:#606060;
    display: block;
}

button{
    padding:10px 15px;
    border-radius:30px;
    position: absolute;
    top:40%;
    left:37%;
}

main{
    width:50%;
    position: relative;
    height: 100%;
}

.abs{
    position: absolute;
    top:47%;
    left:37.5%;
}

img{
    display: block;
    position: absolute;
    top:15%;
    left:33%;
}

h1{
    font-weight: 300;
    color:#9B9B9A;
    font-size:48px;
    text-align: center;
    position: absolute;
    top:50%;
    left:22%;

}

@media (max-width:600px){

   body{
    background: none;
   }

   img{

    top:8% !important;
    left:10%;
}

.abs{
    
    top:50%;
    left:30%;
}

   button{
   width:300px;
   left:15%;
}
h1{
    
    font-size:42px;
    position: absolute;
    top:55%;
    left:15%;

}
}
