.container {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.whats-fixed {
  position: fixed;
  bottom: 40px;
  right: 40px;
  animation: move 3s infinite;
  z-index: 222;
  max-width: 65px;
}

body {
  background: url(/img/bg.webp) no-repeat top center;
  background-size: cover;
}

html {
  font-size: 16px;
  font-family: "scandia-web", sans-serif;
  color: #f2f2f2;
}
a {
  transition: 0.3s;
}
svg path {
  transition: 0.3s;
}

.btn {
  border: 1px solid #f2f2f2;
  background: rgba(242, 242, 242, 0.1);
  backdrop-filter: blur(4px);
  padding: 10px;
  width: 100%;
  text-align: center;
}
.btn:hover {
  background-color: #f2f2f2;
  color: #2c120a;
}

@media only screen and (max-width: 440px) {
  body {
    background: url(/img/bg-mobile.webp) no-repeat center center;
    background-size: cover;
  }
}
