*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: Roboto;
    font-size: 10px;
    text-align: center;
    
}


main img{
    width: 70%;
    height: 70%;
    margin-top: 20px;
    
}

.photo2 img{
    width: 80%;
    margin-top: 10px;
    margin-bottom: 20px;
}

h1{
    color: black;
    padding: 30px 0 10px 0;
    margin: 0 40px 0 40px;
    font-size: 2.5em;
    font-family: Bodoni Moda SC;
}

h1:first-child{
    font-size: 3em;
}

p{
    color: black;
    text-align: center;
    font-family: quicksand;
    font-size: 1.5em;
    font-weight: 500;
    margin: 0px 30px 10px 30px;
    letter-spacing: 0.8px;
    line-height: 120%;
    border-radius: 20px;
    border: 1px solid white;
    padding: 20px 15px;
}




.foot img{
    width: 70%;
    
}


.socials{
    display: flex;  
    justify-content: center;   
}

.socials i{
    color: black;
}

.media{
    font-size: 4em;   
    padding: 0 10px;
}

footer{
    
    padding-bottom: 20px;
    color: black;
}

a{
    color: white;
}

a:visited{
    color: white;
}