.maindiv {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex: 1 0 auto;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
/* .messagediv { */
    /* display: flex; */
    /* -webkit-box-align: top; */
    /* align-items: top; */
    /* -webkit-box-pack: center; */
    /* justify-content: center; */
    /* flex: 1 0 auto; */
    /* height: 100%; */
    /* width: 50%; */
    /* border-radius: 10px; */
/* } */

.messagediv {
  position: absolute;
  top: 50px;
  margin: auto;
}
.logodiv {
  margin: auto;
}