body {
    width: auto;
    height: 100%;
    background-color: black;
    color: ghostwhite;
    font-family: "Anonimous Pro";
    margin: 0;
}

@font-face {
    font-family: "Anonimous Pro";
    src: url(midia/fonte/AnonymousPro-Regular.ttf);
}

.titulo {
   color: lawngreen;
    background-image: linear-gradient(black, #010214, #070938, #010214, black);
    align-content: center;
    padding: 2px 10px 2px 10px;
    height: 30px;
    width: 100%;
    font-size: medium;
    position: fixed;
    top: 0;
}

.titulo a{
    text-decoration: underline;
    color: lawngreen;
}

.titulo a:visited {
    color: lawngreen;
}

main {
    background-color: black;
    /* border-left: rgb(37, 37, 37) outset;
    border-bottom: rgb(37, 37, 37) outset;
    height: 444px; */
}

#conteudo {
    margin: 45px 15px 10px 15px;
    overflow-y: unset;
    height: 444px;
    font-size: medium;
}

#conteudo span{
    font-size: larger;
    text-align: center;
    line-height: 40px;
    align-content: center;
}

#conteudo span:hover{
    text-align: center;
    align-content: center;
}

.thumbnail img {
    width: 30%;
    height: 30%;
}

.thumbnail p {
    color: ghostwhite;
    margin: 0 0 30px 0;
}

h4 {
    color: blue;
}

a {
    text-decoration: none;
}

a .botao:hover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 95), blue, rgb(0, 0, 95), black);
    height: 40px;
    width: 400px;
    color: ghostwhite;
    margin: auto;
    margin-bottom: 10px;
    text-decoration: none;
}

.botao{
    color: ghostwhite;
    text-decoration: underline;
}

a:visited {
    color: blue;
}

#sobre{
    color: rgb(110, 219, 0);
    text-align: left;
}