body{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    width: 700px;
    margin: auto;
    background-color: #F1E9E9;
}
h2{
    text-align: center;
background-color: #FFBDB2;
}
p{
    text-align: justify;
    text-indent: 50px;
}
div{
    padding: 0;
    margin: auto;
    background-color: #F1E9E9;
}
img{
    width: 400px;
}
.img-foto{
    float: left;
    padding-right: 10px;
}
.container{
    display: flex;
    width: 1080px;
    height: 90px;
    align-items: center;
    justify-content: center;
}
.icons button{
    width: 50px;
    height: 50px;
    cursor: pointer;

}
.icons button i{
    font-size: 30px;
color:#FFBDB2;
    
}
@media screen and (max-width: 400px){
    body {
     width: 80%;
    }
}