body{
    font-family: Helvetica, Arial, sans-serif;
}

header {
    display: flex; /*put things side by side*/
    background-color: #ff8fa3; /*fill*/
    height: 2rem; /*1rem= 16px*/
    line-height: 2rem; /*line of text=height = vertically centered text*/
    color: #fff0f3; /*text color*/
    border-bottom: 4px solid #ff5c8a; /*width + type +color*/
}
h1{
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  margin: 1rem;
  line-height: 1.2;
}

header p {
 font-family: "Dancing Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  margin-left: 1rem;
}