* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    background-color:rgb(0, 0, 0);
}

h1 {
    justify-content: center;
    margin-bottom: 2rem;
    text-align: center;
    align-items: center;
    font-size: 10vh;
    font-family: 'Courier New', Courier, monospace;
    color: #392a48;
    margin-top: 4rem;
}

p{
    padding: 3%;
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-size: medium;
}