body {
    font-family: Arial, Helvetica, sans-serif;
}
header {
    display: flex;
    background-color: rgb(247, 161, 175);
    height: 2rem;
    line-height: 2rem;
    color: white;
    border-bottom: 4px solid blueviolet;
}
h1 {
  font-family: "Eagle Lake", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  margin: 1rem;
  line-height: 1.2;
}
header p {
  font-family: "Eagle Lake", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  margin-left: 1rem;
}

