body{
    background-color: black;
    color: white;
    margin: 0;
    padding:0;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 40px;

}