html {
  scroll-behavior: smooth;
}

body {
  background-color: Tomato;
}
button.Button1 {
  background-color: #c7eb15;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
}

nav ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

nav li a:hover {
  background-color: #111111;
}
