body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

* {
    background-color: #222;
    color: #aaa;
}

a {
    color: #66CCFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a .button {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px 0;
    background-color: #333;
    border: 2px solid #66CCFF;
    border-radius: 10px;
}

a .button:hover {
    background-color: #444;
}

.home-link {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 75px;
    height: 75px;
    text-decoration: none;
    border: none;
    background: none;
    text-align: left;
    border-radius: 50%;
    padding: 0;
}

.home-link img {
    width: 75px;
    height: 75px;
    border-radius: 37.5px;
    padding: 0;
    margin: 0;
}

bigtitle {
    font-size: 240px;
    font-weight: bold;
    margin-bottom: 20px;
}

subtitle {
    font-size: 32px;
    margin-bottom: 40px;
}

hiddentext {
    font-size: 0;
}
