html {
    margin: 0;
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
}

p {
    max-width: 100%;
    font-family: Arial;
    color: white;
    font-size: 750%;
    margin: 2%;
    text-align: center;
}