html, body, a {
    background-color: #2F3C7E;
    color: #ffffff;
    font-size: 36px;

}

.close-btn {
    position: fixed;
    top: 20px;
    left: 20px;
    font-size: 48px;
    color: #ffffff;
    text-decoration: none;
    font-family: 'merryweather', serif;
    z-index: 1000;
}

.close-btn:hover {
    opacity: 0.7;
    cursor: pointer;
}

ul {
    padding-top: 120px;
}
