/* Your code here! */
html {
  scroll-behavior: smooth;
}
header {
  background-color: rgb(255, 255, 255);
}
.eula-text {
  background-color: #eeeeee;
  color: black;
  padding-left: 10px;
  margin-top: -20px;
  margin-bottom: -20px;
}
html {
  scroll-behavior: smooth;
}
.eula-container {
  border: 2px solid #000;
  overflow: scroll;
  overflow-y: visible;
  height: 20em;
  width: 40rem;
}
.buttons {
  padding-top: 10px;
}
