body{
    height: 90vh;
    width: 95%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}