body{
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: white;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-weight: bold;
    font-size: xx-large;
}


