@font-face {
  font-family: HyperPolarOutlineRegular; /* set name */
  src: url(avita.outline-black.otf); /* url of the font */
}

@font-face {
  font-family: LoraRegular; /* set name */
  src: url(Lora-Regular.ttf); /* url of the font */
}

body {
  background-color: #CBE5EC; 
  color: #5D3C51;
  font-family: LoraRegular;
  font-size: 20px;
}

h1 {
  font-family: HyperPolarOutlineRegular;
  color: #5D3C51;
  font-size: xxx-large; 
  max-width: 700px;
  letter-spacing: 0.2rem;
  margin-bottom: -10px;
} 

hr {
  color: #5D3C51;
  border-width: 1px;
  width: 100%;
  max-width: 700px;
}

#content-wrapper {
  display:flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

 #image {
  object-fit: contain;
}

#text-container{
   margin-top: -20px;
    max-width: 700px;
} 
