nav {
  background-color: transparent;
}

body {
  background-image: url("https://cdn.discordapp.com/attachments/803157757984636949/1114605590442950706/contacts-background.png");
  background-position: center;
  background-size: cover;
}

h1 {
  margin: 2rem 0rem;
}

#wrapper {
  display: flex;
  justify-content: center;
}

section {
  color: #192033;
  background: linear-gradient(120deg, #a2ffff 0%, #af73ff 100%);
  border-radius: 4rem;
  padding: 2vw 1vw;
  margin: 2vw 12vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
section div img {
  scale: 1;
  margin-bottom: 2rem;
}
.slot {
  background-color: white;
  border-radius: 1rem;
  margin: 4rem 4rem;
  padding: 4rem 3rem;
  text-align: center;
  flex: 1 1 16rem;
  transition: 0.2s;
}
.slot:hover {
  background-color: #50faab;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  scale: 1.05;
  transition: 0.2s;
}

#myBtn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}
#myBtn i {
  color: #192033;
}

@media only screen and (max-width: 808px) {
  section {
    border-radius: 2rem;
    background: none;
    background-color: #242c47;
  }
  .slot {
    text-align: left;
    margin: 3rem 2rem;
    padding: 2rem;
  }
  .slot img {
    scale: 0.7;
    margin-bottom: 0px;
  }
}/*# sourceMappingURL=services.css.map */