body {
    text-align: center;
    background-color: #222;
    color: #fff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.container {
    margin-top: 50px;
}

#options {
    list-style-type: none;
    padding: 0;
}

.option {
    text-align: center;
    align-items: center;
    width: 50%;
    cursor: pointer;
    margin: 20px 0;
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: rgb(0, 84, 0);
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 30px;
}
.option:hover{
    background-color: rgb(0, 105, 0);
}

button {
    display: none;
}
a{
    text-decoration: none;
    color: rgb(105, 176, 0);
    font-size: 30px;
    margin-bottom: 100px;
}
