body{
    margin:0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem;
    background-color: black;
}