body{
    color:greenyellow;
    background-color: black;
    font-size: 24pt;
    font-family: 'Courier New', Courier, monospace;
}

p{
    font-style: italic;
}

h1{
    font-size: 21pt;
    color:red;
}

.topArea{
    position: relative;
    padding-bottom: 2rem;
}

.bottomArea{
    width: 100%;
    text-align: center;
    background-color: rgb(10,10,10);
    position: fixed;
    bottom:0px;
    height: 2rem;
    font-size: 24px;
}