body {
  background-color: white;
  color: black;
  font-family: monospace;
  width: 50%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
}

details {
  border: solid 1px;
  width: 24vw;
  padding: 10px;
}
select {
  font-family: monospace;
}
select:hover {
  cursor: pointer;
}

hr {
  height:2px;
  border-width:0;
  color:gray;
  background-color:gray;
}

a:link {
  color: #eb345e;
}
a:visited {
  color: #a61948;
}

button {
  color: black;
  padding: 1px 4px;
  border: 1px solid black;
  border-radius: 5px;
  font-family: monospace;
  background-color: pink;
}
button:hover {
  cursor: pointer;
}

.line {
  height: 3px;
  background-color: black;
  width: 25vw;
  margin: 20px 0px;
}

/*.updates {
/*  border: solid 5px;
/*  width: 25vw;
/*  margin: 20px;
/*}