body{
    background-color: ghostwhite;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}