body, html {
      height: 100%;
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
    }
    .coming-soon {
      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        url('/assets/img/valdosta.png') center/cover no-repeat;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-align: center;
    }
    .coming-soon h1 {
      font-size: 3rem;
      font-weight: bold;
    }
    .coming-soon p {
      font-size: 1.25rem;
      margin-top: 1rem;
      margin-bottom: 2rem;
    }
    .btn-yellow {
      background-color: #f6c500;
      color: #000;
    }
    .txt-yellow {
      color: #f6c500;
    }
    .btn-yellow:hover {
      background-color: #d4ac00;
      color: #000;
    }
    a {
     color: #f6c500;
     text-decoration: none;
    }
    a:hover {
     color: #d4ac00;
    }