a {

    color: cyan;

}
a:hover {

    opacity: 0.666;

}

p {

    width: fit-content;
    margin: 0;

}

img {

    width: 100%;

}

div {

    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 3rem;
    text-align: center;

}


body {

    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-size: 3rem;
    background-color: #1A1A25;
    color: white;

}

#header_div {

    margin: 0;
    padding: 2.5% 0 2.5% 0;
    font-size: 5rem;
    background-color: #301020;

}

#logo_div {

    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-items: center;
    justify-self: center;
    justify-content: center;
    margin: 0 auto 0 auto;
    padding: 2%;
    background-color: #250020;
    border-radius: 20px;

}

#logo_div:hover {

    opacity: 0.666;
    cursor: pointer;
    
}

#logo {

    min-width: 50px;
    width: 30%;
    max-width: 250px;

}

#english_title {

    margin: 5%;
    font-size: 1.5rem;

}

#beta_div {

    display: flex;
    flex-direction: column;
    width: 80%;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-items: center;
    justify-self: center;
    justify-content: center;
    margin: 10% 5% 10% 5%;
    padding: 5% 0 5% 0;
    background-color: #301020FF;
    background-image: url(724385.avif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.5);
    border-radius: 20px;

}
#beta_div:hover {

    opacity: 0.666;
    cursor: pointer;

}

#android {

    min-width: 50px;
    width: 10%;
    max-width: 200px;

}

#beta_link {

    display: flex;
    flex-direction: column;
    width: fit-content;
    padding: 1%;
    background-color: #250020;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;

}

#footer_div {

    display: flex;
    width: 80%;
    margin: 0 0 10% 0;
    padding: 5%;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-items: center;
    justify-self: center;
    justify-content: center;
    font-size: 1rem;

}



@media (max-aspect-ratio: 1/1) {

    #english_title {

        font-size: 1.25rem;

    }

}
