body, html {
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: black;
    color: #FFF;
    font-family: monospace;
    border-top: 9px dashed orange;
    box-sizing: border-box;
    background: url("https://vuedenface.neocities.org/bkg3.gif");
    

}

.page h1:first-child {
    margin-top: 0;
}

iframe {
    border: none;
    height: 100%;
    width: 100%;
}

.page {
    background-color: black;
    padding: 24px;
}

img {
    max-width: 100%;
}

a {
    color: orange;
}

.avatar {
    width: 194px;
    height: 270px;
}

.wrapper {
    position: relative;
    top: 40%;
    margin: auto;
    margin-top: -200px;
    width: 1190px;
    height: 600px;

    display: flex;
    gap: 20px; 
}

.sidebar,
.sidebar-right {
    width: 200px;
    height: 100%;
    border: 3px double orange;
    box-sizing: border-box;
}

.main {
    flex: 1; 
    height: 100%;
    border: 3px double orange;
    box-sizing: border-box;
    padding-top: 20px; 
}

.main-wrapper {
    position: relative; 
    flex: 1;            
}

.main-header {
    position: absolute;
    top: -200px;       
    right: 0%;          
    font-size: 60px;
    background: orange;
    color: #000;
    padding: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

.menu {
    padding: 24px;
    text-align: center;
}

.menu a {
    display: inline-block;
    padding: 3px 6px;
    color: orange;
    margin-bottom: 6px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.menu a:hover {
    background: orange;
    color: #000;
}

h1, h2, h3, h4 {
    color: orange;
}

h1 {
    font-size: 20px;
    background: orange;
    color: #000;
    display: inline-block;
    padding: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h5 {
    font-size: 60px;
    background: orange;
    color: #000;
    display: inline-block;
    padding: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    border-bottom: 1px dashed orange;
    padding-bottom: 4px;
    margin-top: 2rem;
}

.border {
    padding: 2px;
    border: 1px solid orange;
}

th, td {
    padding: 6px 12px;
    vertical-align: top;
}

th {
    background: orange;
    color: black;
}

.width-50 {
    width: 50%;
}