html {
  background-color: #ade0ff;
}

body {
  font-family: "Luckiest Guy", cursive;
  color: white; /* Text color */
  margin: center;
  margin-top: 20%;
  font-size: 35px;
  display: flex;
  justify-content: center;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000; /* Black border */
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  
}

.p {
  font-size: 25px;
  margin-top: center;
  left: center;
  bottom: center;
  right: center;
}

.img {
  width: 24px;
  height: 24px;
}

#background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  }

  .bouton-lien {
    background-color: #e9e9ed;
    border: 0.2px solid #8f8f9d;
    border-radius: 5px;
    padding: 3px;
    color: black;
    font-family: "Luckiest Guy", cursive;
    font-size: x-large;
    text-align: center;
    text-decoration: none;
    margin-left: 47%;
    padding-left: 13px;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-right: 13px;
    text-shadow: none;
    cursor: default;
  }


@media (max-width: 768px) {
  .bouton-lien {
    align-items: center;
  }

  .icon img {
    width: 100px;
    height: 100px;
  }

  .text {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 150px;
  }

  .bouton-lien {
    margin-left: auto;
  }
}