.fullHeightContainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 120vw;
    height: 100vh;
    background: #2C3E50;
    text-align: center;
    overflow: auto;
}

.fullHeightContainer:after {
    content: "";
    width: 1px;
    height: 100%;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.fullHeightWrapper {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 100vw;
    left: -10vw;
}

.notFoundText {
    padding: 20px 0;
    color: rgba(255, 255, 255, 1);
    font-size: 25px;
    font-weight: 300;
}
