body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    height: 100vh;
    flex-direction: column;
    background-color: #000000;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
}

#the-text {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}

#hint {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#main-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80%;
}

#the-img {
    box-shadow: 0 0 20px 3px #64e5fffe, 0 0 50px 20px #597bb194, 0 0 100px 20px #2a295236, 0 0 100px 20px #16162c58;
}

a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

h3 {
    height: 100%;
    width: 100%;
    text-align: center;
}