body {
    font-family: Arial, sans-serif;
    background: #f2f2f2;
}

h1 {
    color: rgb(255, 0, 0);
    font-family : system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.button {
  background-color: rgb(0, 255, 0);
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  
}

img {
    height: 28px;
    width: 28px;
    align-self: center;
    padding-left: 10px;
}

div {
    padding-top: 20px;
}
