body {
    background-color: black;
    font-family: "FuturaTEE";


  }

  .logo {
    max-width: 494px;
    height: auto;
    margin-top: 17px;
    margin-bottom: 33px;
  }

  .line {
    margin-top: 33px;
    margin-bottom: 39px;
  }

  .line p {
    font-size: 20px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: center;
    color: #ffffff;
  }

  .row.email-logo {
    position: fixed;
    left: 50%;
    bottom: 11px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }


  .btn {
    height: 45px;
    width: 125px;
    border: 2px solid white;
    color: white;
    font-size: 14px;
    text-decoration: none;
    font-family: "FuturaTEE";
    text-transform: uppercase;
    border: 2px solid white;
    color: white;
    letter-spacing: 2.8px;
    text-decoration: none;
    padding: 12px 18px;
    font-weight: 500;
  }

  .btn:hover {
    border-color: white;
    background-color: white;
    color: black;
  }


  .email-logo-img {
    width: 34px;
    height: 32px;
    background: #ffffff;
    /* border-radius: 60%; */
    text-align: center;
    margin-top: 20px;
  }

  /* Media Queries */
  @media (max-width: 768px) {
    .logo {
      max-width: 105%;
      margin-top: 168px;
      margin-bottom: 58px;
      margin-right: 9px;
      /* Adjusted margin for mobile */
    }

    .line {
      margin-bottom: 30px;
      /* Adjusted margin for mobile */
      font-size: 18px !important;
      /* Adjusted font-size for mobile */
      line-height: 1.2;
      /* Adjusted line-height for mobile */
    }

    .email-logo {
      margin-top: 245px;
      /* Adjusted margin for mobile */
    }
  }

  .btn {
    border-radius: 0;
  }

  .email-logo-section {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }