body {
    background-color: black;
}

#winter, #unknownSpice {
    border-radius: 50%;
}

.title {
    color: White;
}

.text {
    color: white;
}

.button {    
    background-color: white;
    color: black;
    border-radius: 5px;
    border: 0px;
    padding: 5px;
    margin-bottom: 20px;
    font-size: large;
    font-weight: bold;
    opacity: 0.6;
    transition: opacity 0.8s;
}
.button:hover {
    opacity: 1;
}