<style>
    body {
      background-image: url(./img/SL-072622-51930-04.jpg);
      background-size: cover; /* cobre toda a tela */
      background-repeat: no-repeat;
      background-position: center center;
      background-color: black;
      height: 100vh;
      margin: 0;
      font-family: Arial, sans-serif;
      text-align: center;
      color: white;
      text-decoration: none;
    }

    .container {
      padding: 40px 20px;
      text-decoration: none;
    }

    .logo {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      border: 4px solid rgb(255, 255, 255);
      margin: 20px auto;
      background-color: #333;
      background-size: cover;
      background-position: center;
    }

    h1 {
      margin-top: 10px;
      font-size: 24px;
      text-decoration: none;
    }

    p {
      font-size: 16px;
      margin-bottom: 30px;
    }

    .btn {
      display: block;
      margin: 15px auto;
      padding: 15px;
      width: 90%;
      max-width: 350px;
      font-weight: bold;
      text-transform: uppercase;
      border: none;
      border-radius: 8px;
      font-size: 14px;
      cursor: pointer;
      transition: 0.3s;
      text-decoration: none;
    }

    .btn1 {
      background-color: #111;
      color: white;
      text-decoration: none;
    }

    .btn2 {
      background-color: #111;
      color: white;
      text-decoration: none;
    }

    .btn3 {
      background-color: #111;
      color: white;
      text-decoration: none;
    }

    .btn:hover {
      opacity: 0.9;
    }

    .footer {
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 10px 5px rgba(0, 0, 0, 0.116);
    width: 100%;
    color: #ffffff;
    text-align: center;
    padding: 2px;
    position: fixed;
    left: 0;
    bottom: 0;
}
  </style>