*{ /*smooth scroll https://www.w3schools.com/howto/howto_css_smooth_scroll.asp#section2*/
  scroll-behavior: smooth;
}

body{
  background-color: pink;
  color: slategray;
  font-family: monospace;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
}

li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

/* Change the link color on hover */
li a:hover {
  background-color: #555;
  color: white;
}

h1{
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

h3{
  display: flex;
  align-items: center;
  justify-content: center;

}

#scroll {
  text-align: center;
  text-decoration: none;
}

#wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}
#button2{
  padding: 4vh;
  background-color: green;
  border-radius: 25px;
}

#button2:focus{
  background-color: yellow;
}

#button1{
  padding: 4vh;
  background-color: orange;
  border-radius: 25px;
}

#button1:focus{
  background-color: pink;
}

.response{
  text-align: center;
  text-decoration: inherit;
  font-size: 25px;
}

#line{
  margin: 0px;
  font-size: 25px;
  /* padding: none; */
  text-align: center;
  text-decoration: none;
}

#wrap2{
  margin-top: 5000px;
}

#section2 {
  display: flex;
  justify-content: space-around;
  align-items: center;

  height: auto;
  background-color: pink;
}
