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