
h1{
    background: rgba(0, 0, 255, 0.473);
    color: brown;
    font-family: 'Courier New', Courier, monospace;
    font-size: 75px;
    text-align: center;
}
p{
    background: rgba(255, 0, 191, 0.473);
    color: rgb(194, 183, 34);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 50px;
}
ul{
    background: rgba(0, 255, 34, 0.521);
    color: rgb(245, 243, 243);
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
}