html, body, .glob{height: 100%; margin: 0;background-color:#1E1E28;overflow: hidden}

/*GENERAL*/
.glob{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;

}

.title{
    color: azure;
    font-family: "Open Sans";
    font-weight: 800;
    font-size: 20vw;
}