body{
    width: 800px;
    height: auto;
    margin: auto;
    font-family: Raleway,'Times New Roman', Times, serif;
}
.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
  
    display: flex;
    align-items: center;
}
.card{
    max-width: 800px;
    background-color: #DEEBFF;
}
h3{
    font-weight: 800;
}