/* body {
  font-family: sans-serif;
  margin: auto;
  max-width: 1280px;
}

.navbar {
  background-color: #313236;
  border-radius: 2px;
  max-width: 800px;
}

.navbar a {
  color: #aaa;
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
}

.navbar a:hover {
  color: #ffffff;
} */

html { color-scheme: light dark; }
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
color: black;
background-color: pink;}

footer {
  background-color: plum;
  position: fixed;
  font-size: large;
  bottom: 0;
}

/* CSS */
button, .button {
  background-color: plum;
  border-radius: 10px;
  width: 20%;
  color: white;
  font-size: large;
  margin: 0;
  text-align: center;
  display: inline-block;
}

button:hover,
button:focus, .button:hover, .button:focus {
  background-color: #F082AC;
}
                  