* {
    margin: 0;
    color: rgb(30, 219, 30);
    background-color: #212121;
}

h1 {
    font-family: 'cyber-alert', sans-serif;
}

hr {
    border-color: rgb(30, 219, 30);
    color: rgb(30, 219, 30);
}

.title {
    margin-left: 80px;
    margin-top: 100px;
    font-size: large;
    display: flex;
}

.main_body {
    max-width: 800px;
    margin: auto;
    border-left: solid rgb(30, 219, 30);
    border-right: solid rgb(30, 219, 30);

}

.sub_h1 {
    padding-left: 150px;
    font-style: italic;
}

.borderless {
    margin: auto;
    margin-top: 70px;
    border-top: rgb(30, 219, 30);
    margin-bottom: 70px;
    max-width: 300px;
}

h2 {
    margin-top: 70px;
    margin-left: 50px;
    margin-right: 50px;
    font-family: 'vt323', sans-serif;
    font-size: 25px;
}

.emblem_img {
    max-height: 85px;
    margin-left: auto;
    margin-right: 80px;
}

.subtitle {
    margin: auto;
    text-align: center;
}

.subtitle h2 {
    font-size: 35px;
}

.services_wrapper,
.about_wrapper {
    padding-bottom: 15px;
}

.services {
    max-width: 170px;
    text-align: center;
    margin: auto;
    display: flex;
}

a,
p,
span {
    font-family: 'vt323', sans-serif;
    font-size: 25px;
    margin-top: auto;
    margin-bottom: auto;
}

.vertical_hr {
    width: 0px;
    height: 20px;
    margin-top: 10px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.game_services {
    margin-top: 35px;
}

.tf2_status {
    width: auto;
    max-width: 700px;
    border: solid rgb(30, 219, 30);
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.dynamic_status {
    margin-left: auto;
    margin-right: 50px;
    margin-top: 5px;
}

.game_status_line {
    margin-top: 10px;
    margin-bottom: 10px
}

.about {
    max-width: 245px;
    text-align: center;
    margin: auto;
    display: flex;
    margin-bottom: -55px;
}

.contact {
    margin-top: -55px;
    max-width: fit-content;
    margin: auto;
    display: flex;
}

.social_direct {
    text-align: center;
}

.contact_hr {
    height: 40px;
}

.tf2_img {
    height: 90px;
    margin-bottom: auto;
    margin-top: 35px;
    margin-left: 20px;
}

.game_hr_1 {
    height: 160px;
    margin-left: auto;
    margin-right: auto;
}

.game_left {
    text-align: center;

}

.tf2_address {
    margin-left: 20px;
    margin-top: 10px;
    font-size: 20px;
}

.button_space {
    max-width: 800px;
    text-align: center;
    margin-top: -50px;
}

.button_example_text {
    margin-top: 80px;
    margin-bottom: 10px;
}

input {
    background-color: white;
    color: black;
}

.button_subtitle {
    max-width: fit-content;
}

.button_section {
    margin-top: 10px;
    display: flexbox;
    text-align: center;
}

.footer {
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    max-width: 800px;
    text-align: center;
}

.footer p {
    font-size: 15px;
}

.specs_about {
    max-width: 700px;
    margin: auto;
}

.specs_about_sub {
    text-align: center;
    margin-bottom: 5px;
}

.fake_ad {
    text-align: center;
    margin-bottom: 20px;
}