* {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(0, 0, 0, 0.946);
}

header{
    text-align: center;
    padding-bottom: 15px;
}

header > h1{
    color: white;
}

nav > a {
    border: 1px solid black;
    margin: 15px;
    border-radius: 20px;
    padding: 10px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    background-color: rgb(255, 3, 255);
    color: white;
}

nav > a:hover {
    transform: scale(1.05);
    background-color: rgb(184, 1, 184);
}

main{
    color: rgb(255, 255, 255);
}

#ti {
    color: rgb(95, 190, 1);
    font-weight: bold;
    padding-bottom: 25px;
    text-align: center;
}

#ola {
    color: rgb(70, 0, 249);
    font-weight: bold;
    text-align: center;
}

.titulo > h3 {
    color: rgb(142, 0, 230);
}

li {
    color: white;
    font-style: italic;
}

section > p {
    color: white;
    font-style: italic;
}

footer {
    position: relative;
    color: white;
    text-align: center;
    font-style: italic;
    background-color: gray;
}

footer > a {
    color: white;
    background-color: gray;
}

footer > p {
    background-color: gray;
}