#verifySpace{
    background-color: white;
    height:100%;
    width: 100%;
    text-align: center;
}
#contentVerify{
    background-color: white;
    height: 400px;
    width: 100%;
    max-width: 750px;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    text-align: center;
    padding-top: 100px;
    padding-left: 160px;
    padding-right: 160px;
    padding-bottom: 100px;
    border-style: solid;
    border-radius: 30px;
    border-color: grey;
    border-width: 1px;
    z-index: 1;
}

