html {
    height: 100%;
  }
  body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    background-color: white;
    background-image: linear-gradient(
        to right,
        rgba(28, 115, 202, 0.472),
        rgba(152, 26, 211, 0.438)
      ),
      url(img/apple-1302430_1920.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .header1 {
    position: absolute;
    left: 100px;
    top: 50px;
    height: 300px;
    width: 300px;
  }

  .header2 {
    color: white;
    text-align: center;
    font-size: 90px;
    text-shadow: 5px 5px 5px rgb(0, 0, 0, 0.8);
  }

  .container {
    position: absolute;
    right: 32px;
    top: 16px;
    font-size: 24px;
  }

  .menu-link {
    color: white;
    text-decoration: none;
    margin-left: 16px;
  }

  .menu-link:hover {
    text-decoration: underline;
    left: 32px;
    top: 16px;
  }

  .description-section {
    color: white;
    padding: 100px;
    border-radius: 8px;
    max-width: 90%;
    margin: auto;
    font-size: 40px;
    text-align: center;
  }
  

  .header3 {
    color: white;
    text-align: center;
    font-size: 70px;
    text-shadow: 5px 5px 5px rgb(0, 0, 0, 0.8);
  }

  .header3:hover {
    text-decoration: underline;
  }