html{
    font-family: helvetica, arial, sans-serif;
}

html, body{
    margin: 0%;
    height: 100%;
}

body {
    background-color: black;
    color: purple;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
}
