body {
    background-color: var(--background);
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.main {
    width: 780px;
    height: 100vh;
    padding-top: 50px;
    background-color: var(--main-background);
}

.rb_title_container {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
}

.rb_motto {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
    font-family: "VT323", monospace;
    color: var(--motto-foreground);
    text-align: right;
    font-size: 1.2rem;
    letter-spacing: 1px;
} 

.rb_motto hr {
    color: var(--motto-foreground);
}

.rb_title {
    font-size: 2rem;
    letter-spacing: 1px;
    color: var(--title-foreground);
    font-family: "VT323", monospace;
}

.rb_description_logo {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}

.rb_description_logo img {
    width: 20%;
    transition: 3s;
}

.rb_description_logo span {
    color: var(--description-foreground);
    font-size: 0.9rem;
    width: 65%;
}

.rb_about_container {
    width: 490px;
    text-align: left;
    font-weight: 400;
    color: var(--aboutrb-foreground);
}

.rb_about_container hr {
    color: var(--hr-color);
}

.rb_about {
    display: flex;
    flex-direction: row;
}

.rb_about span {
    color: var(--aboutrb-span-foreground);
    font-size: 0.9rem;
}

.rb_rules_container {
    width: 100%;
    padding-top: 50px;
    text-align: left;
    font-weight: 400;
    color: var(--aboutrb-foreground);
}

.rb_rules_container hr {
    color: var(--hr-color);
}

.rb_rules li {
    color: var(--li-foreground);
    font-size: 0.9rem;
}

.sections_span {
    font-size: 2rem;
    font-weight: 300;
    font-family: "VT323", monospace;
    width: 100%;
}

.rb_contact_container {
    width: 100%;
    padding-top: 50px;
    text-align: left;
    font-weight: 400;
    color: var(--aboutrb-foreground);
}

.rb_contact_container hr {
    color: var(--hr-color);
}

.rb_contact li {
    color: var(--li-foreground);
    font-size: 0.9rem;
}

.rb_contact span {
    color: var(--aboutrb-span-foreground);
    font-size: 0.9rem;
}

.contact_links {
    margin-top: 10px;
    font-size: 0.9rem;
}

.contact_links a {
    color: var(--link-foreground);
    font-size: 1rem;
}

ul li {
    margin-bottom: 10px;
}

ul li:last-child {
    margin-bottom: 0;
}

.support_us {
    width: 250px;
}

.support_us hr {
    color: var(--hr-color);
}

.split {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.support_about {
    text-align: left;
    color: var(--aboutrb-span-foreground);
    font-size: 0.9rem;
}

.uhhmmm_anal {
    width: 100%;
    text-align: right;
}

.goal {
    font-weight: bold;
}

.word-wrap {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    font-size: 0.7rem;
    color: var(--word-wrap-foreground);
    user-select: none;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .main {
        width: 750px;
    }
}
