body {
    animation-name: bodyFade;
    animation-duration: 1.5s;
    animation-delay: 0.4s;
    animation-fill-mode: forwards;
    opacity: 0;

    padding-bottom: 15px;
}

h1, h5 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    font-weight: normal;
}

h1 {
    font-size: 50px;
    padding-top: 10px;
    user-select: none;
}

#information {
    margin-top: 5px;
    width: 100%;
    text-align: center;
    padding: 0 10px;
}

#information a {
    text-decoration: wavy;
    margin-bottom: 10px;
    display: block;
    font-style: italic;
    cursor: pointer;
}

#information a:hover {
    text-decoration: underline;
}

#information b {
    padding-right: 4px;
    font-style: normal;
}

#information i {
    font-style: normal;
}

#og_text {
    display: none;
}

#text, #og_text {
    margin-bottom: 20px;
    margin-top: 30px;
}

#text p, #og_text p {
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 25px;
    font-size: 18px;
}
