body {
background-color: rgb(239, 118, 255);
color: rgb(190, 97, 186);
font-family: cursive;

}
header {
    font-size: 50px;
    border-bottom: dotted 5px rgb(52, 6, 54);
    padding: 50px;
    text-align: center;
    color: white
}

h1 {
    font-size: 30px;
}

p {
    font-size: 20px;
}

.chamada{
    background-color:rgb(245, 184, 237) ;
    display: flex;
    justify-content: center;
}

.chamada-texto {
    margin-right: 30px;
}

img {
    width: 300px;
    height: 200px;
}