body {
  background-color: #fcfeff;
  font-family: Verdana;
}

body > div {
  width: 600px;
  margin: auto;
  padding-top: 20px;
}

input:not([type=checkbox]),
select {
  display: block;
}

input,
textarea  {
  width: 300px;
}

form > div > div:not(:first-of-type),
form > div > div:last-of-type {
  margin-top: 2em;
}

table {
  width: 500px;
}

h2 {
  color: #2a71b8;
}

button {
  color: green;
  border-radius: 20%;
}

.line {
  border-bottom:solid;
  border-color:#96bf32;
}

.scroll {
  display: block;
  border: 1px solid black;
  padding: 5px;
  width: 80%;
  height: 350px;
  overflow-y: scroll;
}

body > .scroll {
  background-color: white;
}
