
html, body {
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    padding: 0;
}
body {
    background-image: url("Turks-head-roasters-coffee_bg_Pattern-smaller-trans.webp");
    background-repeat: repeat-x;
  }
/* body {
    
} */
.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* width: 100%; */
    /* background: #C1002A; */
    /* background-color: DodgerBlue; */
    text-align: center;
    /* color: #fff; */
    /* padding: 30px; */
  }

  hr {
    border: 10px solid #fff;
    border-radius: 5px;
  }
  
  .flex-container > div {
    /* background-color: #f1f1f1; */
    /* background: #C1002A; */
    /* width: 100px; */
    /* height: 100px; */
  }

  h1 {
    font-size: 2em;
    /* font-weight: 200; */
  }

  #comingSoon {
    text-align: center;
    color: black;
  }