body, html {
    height: 100%;
}

h3 {
}

p {
}/*

.container {
    display: flex;
    justify-content: center;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;

}
*/
.divImageTop {
/*    background-color: red;*/
    /* width: 1100px; */
    text-align: center;
}
.divImageLogo {
/*    background-color: #e1ff00;*/
    margin-top: 2%;
    text-align: center;
}
.divText {
    /*    background-color: blue;  */
    text-align: left;
    padding: 5px;
    color: gray;
    font-family: Calibri;
    font-size: 14pt;
    width: 20vw;
    margin:auto;
}

.divImageTop img {
    width: 20vw;
    margin: auto;
    margin-top: 10%;
}

.divImageLogo img {
    width: 20vw;
    margin: auto;
}
