body {
    margin: 0;
    padding: 0;
    background-color: black;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    color: #fff;
}

#mainTitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 23vw;
    text-align: center;
    margin: 0;
}

.secs {
    color: #fff;
}