body{
    background-color: #f5e6d3;
}
.a img{
    width: 600px;
    display:block;
    margin: 0 auto auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 1% 0;
}
header a {
    background-attachment: fixed;
    text-align: center;
    background-color: #7b2cbf;
   border-radius: 50px;
    margin: 10px 10px;
    font-size: larger;
   width: 100%;
    padding: 10px 30px ;
   text-decoration: none;
    color: aliceblue;
}
.titulo{
    text-align: center;
    background-color: royalblue;
    border-radius: 200px;
    margin: 10px 500px;     
    color: #3c096c;
}

.c {
    text-align: center;
    background-color: aliceblue;
}
.top-bar{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.frase {
    background-color: rgb(0, 0, 0);
    border-radius: 20px;
    margin: 20px auto;
    font-size: larger;
    padding: 5px;
    position: relative;
    color: white;
    width: 400px;
    text-align: center;    
}