body {
    background-color: dimgrey;
    color: gainsboro;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h1 {
    text-shadow: 2px 2px 8px lightcoral;
}

div#description > h2:first-child {
    color: lightcoral;
    font-size: 30px;
    text-shadow: 1px 1px 2px white
}

div#joke-container h2 {
    color: lightcoral
}

.button {
    background-color: gainsboro;
    border-color: black;
    border-width: 2px;
    color: lightcoral;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0.5px 0.5px 1px black;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px
  }

  div#disclaimer h6 {
    color: lightcoral
}