body {background-color: #deffca;
      font-family: 'Comic Sans MS';
          margin: 0;
          padding: 0;
}

h1 {
    color: #ff0000;
    stroke: black;
    text-align: center;
}

p {
    color: #001017;
    text-shadow: initial;
    text-align: center;
}
a {
    color: #001dff;
    text-decoration: underline
}
a:hover {
    color: #ff00ea;
}
button {
    background-color: #ff6d00;
    color: whitesmoke;
    border: thick;
    padding: 10px 20px;
    cursor: progress;
    border-radius: 5px;
}
    button:hover {
        background-color: #ff00ac;
        color: black;
        border: thin;
        padding: 10px 20px;
        cursor: grabbing;
        border-radius: 5px;
    }