    body {
      margin: 0;
      font-family: Arial, sans-serif;
      background:url("../img/fundo.png") no-repeat center;
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      text-align: center;
    }

    .container {
      max-width: 500px;
      padding: 30px;
    }

    img {
      max-width: 317px;
      margin-bottom: 47px;
    }

    h1 {
      font-size: 47px;
      margin: 10px 0;
    }

    p {
      color: #cbd5e1;
      font-size: 19px;
      margin-bottom: 25px;
      line-height: 1.5;
    }

    .tag {
    margin-top: -17px;
      font-size: 34px;
      color: #22c55e;
      margin-bottom: 15px;
      font-weight: bold;
    }

    a {
      display: inline-block;
      padding: 14px 22px;
      background-color: #22c55e;
      color: #0f172a;
      text-decoration: none;
      border-radius: 10px;
      font-weight: bold;
      transition: 0.3s;
    }

    a:hover {
      background-color: #16a34a;
      transform: scale(1.05);
    }

    .footer {
      margin-top: 30px;
      font-size: 12px;
      color: #64748b;
    }
