@font-face {
  font-family: "Atomic Age";
  src:
    url("../fonts/AtomicAge-Regular.otf") format(opentype),
    url("../fonts/AtomicAge-Regular.ttf") format(truetype);
}
@font-face {
    font-family: "JosefinSans";
    src: url("../fonts/JosefinSans-Regular.otf") format(opentype);
}
body {
    background-color: rgb(82, 74, 54);
    background-image: url("../assets/images/sewing_machine-1600px-dejankrsmanovic_on_flickr-ccby.jpg");
    background-position: center top;
    font-family: JosefinSans, sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}
footer {
    width:50%;
    font-size: smaller;
    position: absolute;
    bottom: 1em;
}
#content {

}
#announce {
    margin-top: 25vh;
    padding: 1em;
    width: fit-content;
    height: fit-content;
}
.bizname {
    font-size: xx-large;
    font-family: "Atomic Age", serif;
}
.subtitle {
    font-size: x-large;
}
.comingsoon {
    font-style: italic;
}
.text-background {
    background-color: khaki;
    backdrop-filter: opacity(80%);
    border: 2px solid goldenrod;
    border-radius: 30px;
    padding: 0px 20px;
}
