* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
      body {
        font-family: "Open Sans", Helvetica, sans-serif;
      }
      header {
        padding: 20px;
        background-color: #000000;
      }
      nav {
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
      }
      .logo {
        text-align: center;
      }
      /* .logo a {
        font-family: Enriqueta, Helvetica, sans-serif;
        font-size: 32px;
        font-weight: 700;
        text-decoration: none;
        color: #1d2cf3
      } */
      .logo img {
        max-width: 200px;
        height: auto;
      }

      .back-btn {
        text-align: center;
        padding: 10px 15px;
        color: ffffff;
        margin-top: 15px;
      }
      .btn {
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        padding: 15px 30px;
        transition: all 0.3s ease;
        background-color: #eb0c0c;
        border-radius: 50px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
      }
      .btn:hover {
        opacity: 0.6;
      }
      .menu {
        display: flex;
        justify-content: center
      }