@font-face {
    font-family: "Nunito";
    src: url(fonts/Nunito-Regular.ttf);
}

@font-face {
    font-family: "Nunito_L";
    src: url(fonts/Nunito-Light.ttf);
}

body {
    background-color: #242424;
    overflow:hidden;
}

h2 {
    font-size: 15px;
    color: #ffffff40;
    line-height: 1px;
    font-family: "Nunito_L";
}

a,p {
    color:white;
    font-family: "Nunito_L";
    filter: drop-shadow(5px 5px 20px #000);
    text-decoration: none;
}

h1 {
    color:white;
    font-family: "Nunito_L";
    filter: drop-shadow(5px 5px 20px #000);
}

#main_content {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#main_links {
    color: white;
    font-family: "Nunito";
    font-size: 20px;
    margin: 50px;
    text-decoration: none;
    transition: .3s;
    filter: drop-shadow(5px 5px 20px #000);
    background-color: #00000000;
    border-color: #00000000;
    cursor: pointer;
}

#main_links_small_spacing {
    color: white;
    font-family: "Nunito";
    font-size: 20px;
    margin: 20px;
    text-decoration: none;
    transition: .3s;
    filter: drop-shadow(5px 5px 20px #000);
    background-color: #00000000;
    border-color: #00000000;
    cursor: pointer;
}

#main_links_small_spacing:hover {
    transition: .3s;
    font-size: 25px;
}

#main_links:hover {
    transition: .3s;
    font-size: 25px;
}

#main_paragraph {
    color: white;
    font-family: "Nunito";
    font-size: 20px;
    padding: 10px;
    text-decoration: none;
    filter: drop-shadow(5px 5px 20px #000);
}

#back {
    margin-top:10px;
    transition: .3s;
}

#back:hover {
    transition: .3s;
    font-size: 17px;
}