body {
    background-color: bisque;
}
.new-amsterdam-regular {
  font-family: "New Amsterdam", sans-serif;
  font-style: normal;
}
h2 {
    font-family: "New Amsterdam", sans-serif;
}
#my-button {
    padding: 10px 20px;
    background-color: aquamarine;
    color:white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
#my-button:hover {
    background-color:cadetblue;
}