* { box-sizing: border-box; }

button {
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
}

#style {
  color: #96caee;
  font-size: 20px;
  background-color: rgb(79, 32, 60);
}

nav {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: white;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  font-family:'Times New Roman', Times, serif;
}

nav a {
  padding: 0.5em;
  display: inline-block;
  text-decoration: none;
}