body {
  background-color: var(--background-color);
  background-image: url(img/baggrund.webp);
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  overflow: scroll;
}

/* Footer */

.grid_1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
}

.fa {
  padding: 5px;
  width: 40px;
}

address {
  font-size: 15px;
}

h3 {
  font-size: 15px;
}

@media (max-width: 650px) {
  address {
    font-size: 12px;
  }
  .fa {
    padding: 5px;
    width: 20px;
  }
}
