body{
    background-color: black;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
}