#messagePage {
    overflow: clip;
    background: linear-gradient(white 0%, #b8b8b8 100%) no-repeat;
    height: 100dvh;
    font-family: 'Inter';
}

    #messagePage #logo {
        max-height: 125px;
        max-width: 125px;
        margin-inline-start: 8vw;
        margin-top: 50px;
    }

    #messagePage #content {
        position: absolute;
        top: 50%;
        left: 50%;
        font-weight: 600;
        font-family: sans-serif;
        transform: translateX(-50%) translateY(-50%);
    }

    #messagePage #message1 {
        font-size: 56px;
        margin-bottom: 0px;
        font-family: 'Inter';
        text-align: center;
    }

    #messagePage #message2 {
        font-size: 56px;
        font-family: 'Inter';
        text-align: center;
    }

#messagePageSuccess {
    height: 160px;
    width: 160px;
    color: #00c12a;
    box-shadow: 0px 2px 20px rgba(0,193,42,0.7);
    -webkit-box-shadow: 0px 2px 20px rgba(0,193,42,0.7);
    border-radius: 50%;
    margin-bottom: 55px;
    padding: 20px
}

#messagePageFail {
    height: 160px;
    width: 160px;
    color: rgb(193, 17, 0);
    box-shadow: 0px 2px 20px rgba(193, 6, 0, 0.70);
    -webkit-box-shadow: 0px 2px 20px rgba(193, 6, 0, 0.70);
    border-radius: 50%;
    margin-bottom: 55px;
    padding: 20px
}
