body{
background-color: rgb(184, 125, 239);
margin-left: 5%;
margin-right: 5%;
margin-top: 3%;
margin-bottom: 3%;
text-align: justify;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5em;
border-color: rgb(0, 0, 0);
border-width: 8px;
border-style: groove;
padding: 1%;
height: 80vh;
}
.capa{
display: flex; flex-direction: row;
gap: 5%;
padding-left: 5%;
align-items: center;
width: 80%;
}
h1{
text-align: center;
font-family: Georgia, 'Times New Roman', Times, serif;
color: rgb(76, 2, 101);
text-decoration: underline;
padding-bottom: 5%;
}
img{
width: 350px;
margin: 0 auto;
display: block;
transition: 1s;
}
img:hover{
transform: scale(1.1);
border-radius: 25%;
}
.botoes{
display: flex;
flex-direction: column;
}
.botao{
width: 400px;
height: 30px;
background-color: rgb(0, 0, 0);
transition: 1s;
padding: 2%;
margin: 1%;
}
.botao:hover{
background-color: rgb(236, 196, 241);
}
a{
text-decoration: none;
color: rgb(143, 32, 191);
}
.nome{
text-align: center;
color: rgb(115, 34, 190);
font-style: italic;
}