body 
{
  font-family: system-ui, sans-serif;
  padding: 2rem;
  background: #f7f7f7;
  text-align: center;
}

h1 
{
  color: #333;
  text-align: center;
}

button 
{
  padding: 0.5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
}

img
{
    width: 300px;
    height: auto;

}

.button 
{
  display: block;
  padding: 0.75rem 1.25rem;
  background: #333;
  color: white;
  text-decoration: none;   /* kills underline */
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  max-width: 800px;
}

.button:hover 
{
  background: #555;
}