
@import url('https://fonts.googleapis.com/css?family=Belleza');
html{
    font-family: 'Belleza', sans-serif;
}

body{
    background-color: #BFBFBF;
    font-family: 'Belleza', sans-serif ;
    font-size: 1vw;
    line-height: 1.42857143;
}

.first_area{
    display: flex;
    position: relative;
    text-align: center;
}
#image_container1{
    width:75%;
}
#top_image{
width:100%;
}
#image_container2{
    width:20%;
    margin-left: 2%;
    margin-top:5%;
}
.logo{
    width:100%;
}
#first_area_title{
    text-align: center;
    font-size: 4.7vw;
    background-color: white;
    position: absolute;
    padding: 0 3%;
    top: 78%;
    left: 57%;
}

.button{
    color:black;
    position: absolute;
    display:inline-block;
    margin-right:5px;
    background: none;
    border: none;
    font-size: 1.5vw;
    left:80%;
    text-align: center;
    padding:0.4% 1%;
}

#buttonEN{
    left:84.1%;
}


