a {
    color: rgb(253, 253, 253);
    font-size: 30px;
    font-family: "Gloria Hallelujah", cursive;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

a:hover {
    color: #FFB6C2;
    
}

#banner{
    background-image: url(../web1/heart-shaped-love-icon-symbol-for-pictogram-app-website-logo-or-graphic-design-element-pixel-art-style-illustration-format-png.webp);
    width: auto;
    height: 30vh;
    background-size:contain;
    background-position: center top;
    text-align: center;
}


.gloria-hallelujah-regular {
    font-family: "Gloria Hallelujah", cursive;
    font-weight: 400;
    font-style: normal;
  }
  

#title-box{
    position: relative;
    color: #FFB6C2;
    font-family: "Beth Ellen", cursive;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.beth-ellen-regular {
    font-family: "Beth Ellen", cursive;
    font-weight: 400;
    font-style: normal;
  }