body { 
    margin: 0; 
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300 !important;
    font-style: normal;
    font-size: 1.2em;
    background: black;
}

.gl {
    position: fixed;
    top: 0;
    z-index: 99;
}
.text {
    position: fixed;
    bottom: 22%;
    /*margin: auto;*/
    width: 100%;
    z-index: 9999;
    color: white;
    text-align: center;
}
h1, h2 {
    margin-top: 5px;
    margin-bottom: 5px;
}
h1 {
    font-size: 2.7rem;
}
h2 {
    font-size: 1.5rem;
}

#start {
    border: 3pt solid orange; 
    color: orange; 
    padding: 8px 12px; 
    cursor: pointer;
    /*float: left;*/
    margin: auto;
    position: absolute;
    left:48%;
    top: 50%;
    font-size: 1.4em;
    border-radius: 8px;
}

#start:hover {
    background: #333;
}