body{
    color: white;
    background: black;

    font-size: 32px;

}


header{
    border-bottom: solid 2px white;
    margin-left: 2px;
    color: turquoise
}

.chamada{
    background: rgb(26, 76, 2);
    padding-bottom: 80px;
    padding-top: 80px;
    display: flex;
    justify-content: center;
}