.undC {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60vh;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: local('frontend/src/fonts/ppneuemontreal-thin.otf');
    font-weight: 1 1000;
}

.undCTextContainer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    max-height:172px;
}

.undCText {
    font-size: 12vw;
    font-family: "PP Neue Montreal", serif;
    color: #D9D9D9;
    font-weight: lighter;
    width: 100%;
    max-height: 172px;
    float: bottom;
}

.checkText {
    width: 95%;
    font-size: 2vw;
    font-family: "PP Neue Montreal", serif;
    font-weight: lighter;
    color: #9A75A5;
    margin-top: 7vh;
    text-align:right;
}