body{
    background-color: rgba(174,123,120,255);
}

.phoneContainer{
    display:flex;
}

.mailContainer{
    display:flex;
}

.flagsContainer{
    display:flex;
    gap:1.5vw;
    margin-right: 5vw;
}

.topContainer{
    display: flex;
}

.bottomContainer{
    display: flex;
}

#phoneIcon{
    width:5vw;
    height:10vh;
}

#phoneText{
    margin-top:3vh;
    margin-left:0.5vw;
    font-size: 200%;
}

#mailIcon{
    width:4.8vw;
    height:10vh;
}

#mailText{
    font-size: 130%;
    margin-top:3vh;
    margin-left:0.5vw;
}

#logo{
    width:30vw; 
    height:20vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#greekFlag{
    width:3vw;
    height:7vh;
    margin-top:7vh;
    cursor:pointer;
}

#englishFlag{
    width:3vw;
    height:7vh;
    margin-top:7vh;
    cursor:pointer;
}

#descriptionText{
    text-align: center;
    font-size: 150%;
}

#seaAnimation{
    width: 35vw;
    height: 40vh;
}

#houseImage{
    height: 40vh;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1vh;
    display: block;
    border-radius:3%;
}