body {
    background-color: #121212;
    font-family: font_1;
    color: #f0f0f0;
}

.div_1 {
    display: flex;
    height: 100vh;
    width: 100%;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    align-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    position: fixed;
}

.div_2 {
    display: block;
    justify-content: center;
    justify-items: baseline;
    justify-self: center;
    align-content: flex-end;
    align-items: baseline;
    align-self: center;
    text-align: right;
    position: fixed;
    width: 100%;
    height: 100vh;
    margin-left: -3em;
}

.text_1 {
    font-size: 1em;
}

.text_1:hover {
    font-size: 1.2em;
    animation-delay: 0.4s;
    animation-duration: 0.4s;
}


@font-face {
  font-family: font_1;
  src: url(font.woff2);
}

a {
    color: white;
    text-decoration: none;
    line-height: 2em;
    transition-duration: 0.4s;
}

a:hover {
    color: white;
    text-decoration: none;
    line-height: 2em;
    transition-duration: 0.4s;
    letter-spacing: 2px;
    background-color: #353535;
    padding: 8px;
    border-radius: 5px;
}

.join {
    color: white;
    text-decoration: none;
    line-height: 2em;
    transition-duration: 0.4s;
}

.join:hover {
    color: white;
    text-decoration: none;
    line-height: 2em;
    transition-duration: 0.4s;
    letter-spacing: 2px;
    background-color: #5865F2;
    padding: 8px;
    border-radius: 5px;
}