*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Playfair Display', serif;
}
body{
    background: rgb(200,162,200);
    background: linear-gradient(351deg, rgba(200,162,200,1) 31%, rgba(0,0,0,1) 100%);
    color: #ffffff;
  
}
a{
    color: #ffffff;
}

main,footer {
    padding: 5%;
}
section h1{
    font-size: 3rem;
    border-bottom: 1px solid #ffffff;
}
section .flex{
    display: flex;
    
    flex-wrap: wrap;
    width: 100%;
}

footer .flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer .fa-instagram{
    margin-top: 20px;
    font-size: 4rem;
}

footer .fa-instagram:hover{
    color: #000000;
    transform: scale(0.92);
}

.container{
    background-color: #ffffff;
    border-radius: 20px;
    color:#000000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    margin-bottom: 5px;
    font-size: 1.5rem;
    

}
footer hr{
    margin-top: 20px;
}
.piece{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 600px;
    margin: 40px auto;
    border: 3px solid #C8A2C8;
    text-align: center;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(255,255,255,0); 
box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(255,255,255,0);

}
.piece h2{
    margin: 40px 0;
}
.piece img{
    max-width: 75%;
}
.piece p{
    margin: 5px auto;
}
.flex p{
    text-align: center;
}



