.infopage > h1 {
    font-family: 'Open Sans';
    font-size: 50px;
    color: rgb(1,81,21);
}

.infopage > h2 {
    font-family: 'Open Sans';
    font-size: 50px;
    color: rgb(1,81,21);
}

.infopage > h3 {
    font-family: 'Open Sans';
    font-size: 40px;
    color: rgb(1,81,21);
}

.infopage > h4 {
    font-family: 'Open Sans';
    font-size: 30px;
    color: rgb(1,81,21);
}

.infopage > h5 {
    font-family: 'Open Sans';
    font-size: 30px;
    color: rgb(1,81,21);
}

.infopage > h6 {
    font-family: 'Open Sans';
    font-size: 30px;
    color: rgb(1,81,21);
}


.infopage > p {
    font-family: 'Open Sans';
    font-size: 20px;
    color: rgb(1,81,21);
}

    .infopage > p > i {
        font-family: 'Open Sans';
        font-size: 20px;
        color: rgb(1,81,21);
    }

.infopage > i {
    font-family: 'Open Sans';
    font-size: 20px;
    color: rgb(1,81,21);
}

.rotate90 {
    transform: rotate(90deg);
    transform-origin: bottom left;
    position: absolute;
    top: -100vw;
    left: 0;
    height: 100vw;
    width: 100vh;
    background-color: #000;
    color: #fff;
    overflow: auto;
}
