body{
  font-family: Verdana;
  color: black;
}
.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #d5ffff;
  border-radius: 1rem;
  padding-bottom: 2rem;
  width: min(100% - 2rem, 700px);
  margin-inline: auto;
}
h1 {
    font-size: xx-large;
    margin-left: 1rem;
    margin-right: 1rem;
  }
p {
    font-size: x-large;
    margin-bottom: 2em;
    margin-left: 1rem;
    margin-right: 1rem;
    line-height: 1.6;
  }
a {
    text-decoration: none;
    font-size: medium;
    color: black;
    background-color: #d5ffff;
    padding: 11px 20px;
    border-radius: 25px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
.texthighlight{
    background-color: #d5ffff;
  }
a:hover {
    background-color: #48d6d6;
    color: white;
  }

  

  