body {
    background: #FFFFFF;
    overflow: hidden;
    display: flex;
    /*justify-content: center; */
    align-items: center; 
}

img {
    padding: 20px;
    vertical-align: middle;
    border-style: none;
}

#mainDiv {
    color: #000;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 8;
    align-items: center;
    /*justify-content: center;*/
    display: flex !important;
    flex-direction: column !important;
}

#logo {
    height: 55vh;
    vertical-align: middle;
    border-style: none;
    box-sizing: border-box;
    padding: 20px;
}
@media screen and (max-width: 720px) {
    #mainDiv {
        color: #000;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        z-index: 8;
        align-items: center;
        justify-content: center;
        display: flex !important;
        flex-direction: column !important;
    }

    #logo {
        height: 125px;
        vertical-align: middle;
        position: relative;
    }
}


#MainText {
    font-family: Verdana, sans-serif;
    color: #000000;
    text-align: center !important;
    margin-bottom: 20px;
}

#MainText a {
    color: #666666 !important;
}

#MainText a:hover {
    color: #000000 !important;
}

#SocialText p {
    font-family: Verdana, sans-serif !important;
    color: #000000;
    text-align: center !important;
    margin-bottom: 20px;
}

h1 {
    font-family: Verdana, sans-serif;
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    color: #000000;
}

