body {
    background-color: black;
    font-family: 'Georgia';
    line-height: 1.2;
}

#container {
    position: center;
    outline: 3px solid;
    color: white;
    margin: 1rem auto;
    border-radius: 0.6rem;
    width: 75%;
}

header {
    text-align: center;
    padding: 0.5rem;
    color: white;
    text-shadow: 2px 2px #FF0000;
}

p, h2 {
    color: white;
    font-family: 'georgia';
    text-shadow: 2px 2px #ff0000;
}

a, a:link, a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    font-weight: bold;
}

td {
    text-align: left;
}

#tabs {
    position: relative;
    z-index: 1;
}

a {
    color: inherit;
}

#tabs a {
    display: inline-block;
    margin-right: 0.5 rem;
    padding: 0.5rem;
    min-width: 90px;
    width: 15px;
    height: 1.5rem;
    position: relative;
}

table {
    border-radius: 15px 15px 15px 15px;
    border-style: solid;
    border-color: #FF0000;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
}

#intro {
    border-radius: 15px 15px 0px 0px;
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #FF0000;
}

#links {
    border-style: solid;
    border-top: none;
    border-left: none;
    border-color: #FF0000;
}

#aparicaoHeader {
    border-style: solid;
    border-color: #FF0000;
    border-left: none;
    border-right: none;
}

img {
    max-width: 75vmin;
    height: auto;
}
