html {
    background-color: #F1E9CF;
    font-size: 2rem;
}

body {
    margin: 0px;
}

.background-image {
    /* background-image: url("/assets/background-1.jpg"); */
    /* background-repeat: no-repeat; */
    border-bottom: 2px solid gold;
}

.fancy-font {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.inter-font {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
  }
  

/* @media (max-width: 1050px) {
    .background-image {
        background-size: contain;
    }
  } */