body{
    font-family: 'Courier New', Courier, monospace;
}
h1{
    color: rgb(30, 3, 3);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
p{
    color: rgb(13, 5, 21);
}
button{
    background-color: antiquewhite;
    color: rgb(15, 15, 16);
    padding: 3px 10px;
    border: 0cqi;
    
}