h1 {
    color: #000000;
    padding: 2vh 4vh;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 7vh;
    height: 5vh;
    width: 50vw;
}

a:link, a:visited {
    background-color: rgb(85, 14, 14);
    border-color: #000000;
    color: white;
    padding: 2vh 4vh;
    text-align: center; 
    text-decoration: none;
    display: inline-block;
    font-size: 5vh;
    height: 5vh;
    width: 50vw;
  }
  
a:hover, a:active {
    background-color:#f06157;
}

#horizon {
    color: white;
    background-color: transparent;
    text-align: center;
    position: absolute;
    width: 50vw;
    overflow: visible;
    visibility: visible;
    display: block
}

#content {
    background-color: transparent;
    position: absolute;
    left: 50%;
    visibility: visible
}
