body{
    color: white;
    background-color: black;
    font-family: 'Times New Roman', Times, serif;
    
}



header img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: 5%;
}

.center{
    text-align: center;
}

h1{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}

footer {
    display: flex;
    flex-direction: column; /* Organiza os itens verticalmente */
    align-items: center;     /* Centraliza os itens horizontalmente */
    justify-content: center;
    background-color: black;
    height: 250px;
    color: white;
}

footer img {
    width: 25px;
    height: 25px;
    display: block;
    margin-top: 100px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

footer a {
    text-align: center;
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: fuchsia;
}

footer p {
    margin-top: 2px;
    margin-bottom: 2px;
}

footer .copyright {
    margin-top: 10px;
    font-family: 'Times New Roman', Times, serif;
}