* {
    margin: 0;
    padding: 0;
}

.background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: -1;
}

.zone-area {
    font-family: 'Courier New', Courier, monospace;
    font-weight: lighter;
    font-size: 2rem;
    padding-bottom: 5px;
    color: white;
    opacity: 65%;  
    text-align: left; 
    padding-top: 10%;
    padding-left: 10%;
}
.zone-area-n {
    font-family: 'Courier New', Courier, monospace;
    font-weight: lighter;
    font-size: 2rem;
    padding-bottom: 5px;
    color: white;
    opacity: 65%;  
    text-align: left; 
    padding-left: 10%;
}

a {
    -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    color: inherit;
    text-decoration: none;
}

a:before {
        -moz-transition: color 0.2s ease;
        -webkit-transition: color 0.2s ease;
        -ms-transition: color 0.2s ease;
        transition: color 0.2s ease;
}

a:hover {
        color: #69a37d00 !important;
}
