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

nav {
  background-color: transparent;
}

article {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#wrapper {
  background-color: #242c47;
  border-radius: 4rem;
  padding: 7vw 6vw;
  margin: 2vw 20vw;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
#wrapper div {
  margin-top: 3rem;
}
#wrapper div section p {
  color: white;
}

#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) {
  #wrapper {
    background-color: #242c47;
    border-radius: 2rem;
    padding: 7vw 6vw;
    margin: 10vw 10vw;
  }
}/*# sourceMappingURL=about.css.map */