a[href],
input[type='submit'],
input[type='image'],
label[for],
select,
button,
.pointer {
    cursor: pointer;
}
/* up is adobe code, lower is my code sigma master */
html {
    box-sizing: border-box;
    font-family: "Trebuchet MS", Arial, sans-serif;
    background-color: #A89071;
}
p, a, span, li {
    font-size: 13px;
    word-wrap: break-word;
    margin: 2px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    margin: 4px;
}
ul {
    list-style-image: url('/imgs/pointer.gif');
    margin: 5px 5px 0 0;
    padding: 2px 0 2px 24px;
}
ol.legal {
    list-style-type: upper-roman;
}

/* UP is only tag sttyles. Below are fuckin uhhhhh classes and ID styles LOLOLOL */

.sitebody {
    width: 800px;
    margin: auto;
}
.behead {
    background-color: #feecd4;
    padding: 8px 24px;
    border: 4px solid #5fbf28;
    border-bottom: 2px dashed #E6C293;
    border-radius: 24px 24px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.logo {
    aspect-ratio: 1/1; /* ADD RECOGNIZITION FOR FUCKING ASPECT-RATIO ALREADY, IT'S BEEN 5 YEARS, NEOCITIES */
    max-height: 128px;
}
.buddy {
    background-color: #FDF8F0;
    padding: 8px 24px;
    border-left: 4px solid #5fbf28;
    border-right: 4px solid #5fbf28;
    min-height: 480px;
    position: relative;
}
.budside {
    background-color: #feecd4;
    padding: 8px;
    border-right: 2px dashed #E6C293;
    position: absolute;
    left: 0;
    top: 0;
    width: 176px;
    height: 100%;
    box-sizing: border-box;
}
.budside p {
    text-align: center;
}
.budcont {
    padding: 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 616px;
    height: 100%;
    box-sizing: border-box;
}
.budcont {
    padding: 8px;
    box-sizing: border-box;
}
.feet {
    background-color: #feecd4;
    padding: 8px 24px;
    border: 4px solid #5fbf28;
    border-top: 2px dashed #E6C293;
    border-radius: 0 0 24px 24px;
    text-align: center;
}