* {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
}

body {
  min-height: 100svh;
  height: max-content;
  width: 100vw;
  background-color: rgb(165, 165, 165);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  overflow-x: hidden;
  background-image: url("../img/waves-i.webp");
  background-size: cover;
  background-position: center;
  gap: 2rem;
}

.whatsapp {
  width: clamp(7rem, 15vw, 9rem);
  aspect-ratio: 1;
  padding: clamp(.5rem, 1vw ,1rem);
  border-radius: 0.5rem;
  outline: 1px solid white;
  background-color: rgba(255, 255, 255, 0.7);
  user-select: none;
  -webkit-user-drag: none; /* Chrome all / Safari all */
  -khtml-user-drag: none; /* Konqueror */
  -moz-user-drag: none; /* Firefox */
  -o-user-drag: none; /* Opera */
  -webkit-box-shadow: 5px 5px 80px 15px #0000009a;
  box-shadow: 5px 5px 80px 15px #0000009a;
  /* outline: 2px dotted red; */
}

div {
  width: clamp(10rem, 60vw, 30rem);
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  outline: 1px solid white;
  background-color: rgba(255, 255, 255, 0.7);
  user-select: none;
  -webkit-user-drag: none; /* Chrome all / Safari all */
  -khtml-user-drag: none; /* Konqueror */
  -moz-user-drag: none; /* Firefox */
  -o-user-drag: none; /* Opera */
  -webkit-box-shadow: 5px 5px 80px 15px #0000009a;
  box-shadow: 5px 5px 80px 15px #0000009a;
}

a {
  width: 100%;
  height: max-content;
  cursor: pointer;
  text-align: center;
  color: white;
  font-size: clamp(1.5rem, 1.2vw, 4rem);
  font-weight: 400;
  letter-spacing: 1vw;
  line-height: 1.4;
  text-decoration: none;
  margin-block: 0.5rem;
  margin-left: -0.7vw;
  padding-block: 0.75rem;
  border-radius: 0.25rem;
  outline: 1px solid white;
  text-shadow: 0.2vw 0.4vw 1.2vw #000000;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  /* outline: 2px dotted red; */
}

.title {
  font-size: clamp(1.5rem, 7vw, 3rem);
  font-weight: 750;
  background-color: transparent;
  outline: none;
  color: black;
  /* text-shadow: 0.2vw 0.2vw 2vw #000000; */
  text-shadow: none;
  letter-spacing: clamp(0.1rem, 1vw, 2rem);
  margin-left: 0.7vw;
  /* outline: 2px dotted red; */
}
