
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    padding: 10%;
    background-color: #ebf5e1;
  }

  h1, h2, h3 {
    padding: 1%;
  }

  p {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding:2%;
  }

  h3 {
    font-size: medium;
  }

  footer {
    padding: 2%;
    margin-top: 6%;
    background-color: #595c56;
    color:white;
    border-radius: 10px;
    display: block;

  }

img {
  padding: none;
}

a {
  color: rgb(182, 235, 216);
  font-weight: bold;
}

.tjanster-box {
  display:flex;
  justify-content: space-around;
}

.tjanster-text-box {
  display:flex;
  flex-direction: column;
  justify-content: space-around;
}

.apple-img {
  size: 50%;
}
