*{
scroll-behavior: smooth;
  margin: 0;
  padding: 0;
   box-sizing: border-box;
user-select: none;
font-family:  sans-serif;
font-variant:  inherit;
font-style:  normal;
}


body {
  font-size: 20px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: auto;
  margin-bottom:  auto;
}

h2 {
  margin-top: 2%;
}

button {
  margin-bottom: 5%;
  margin-top: 3%;
    color: black;
    font-size:  20px;
  font-family: sans-serif;
  border-style: solid;
  background: none;
  background-attachment: fixed;
  width: 200px;
  height: 50px;


  border-radius: 1px;
  border-color: black;
}
