body {
  font-family: sans-serif;
  padding-top: 50px;
  justify-content: center;
  align-items: center;
}
.content {
  height: fit-content;
  width: fit-content;
  border: solid #0099ff;
  border-radius: 10px;
  padding: 1px;
  justify-content: center;
  align-items: center;
}
.header {
  color: #0099ff;
}
button {
  color: #ffffff;
  text-decoration: none;
  background: #0099ff;
  border-radius: 3px;
  border: 5px solid #ffffff;
  padding: 5px;
}
