* {
    box-sizing: border-box;
    border: 0;
}

html, body{
    margin: 0;
    padding: 0;
    background-image: none;
}

.infoDiv{
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    flex: 100%;
    min-height: 100%;
    min-width: 100%;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    flex-direction: column;
}

.infoDiv h1{
    margin: .5vw;
    font-size: 9vw;
}

.infoDiv h2{
    margin: .5vw;
    font-size: 2vw;
}