body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    font-family: "Fira Sans", sans-serif;
    background-color: rgb(43, 43, 43);
}
@font-face {
    font-family: 'Header';
    src: url(/thorsa/THORSA.otf);
}
.header {
    position: relative;
    top: 0px;
    width: 100vw;
    height: 600px;
    color: white;
    text-align: center;
    background-image: url(headerimg.png);
    filter: grayscale(1);
    background-size: cover;
    background-position: center center;
    font-family: "Fredericka the Great", serif;
}
h2 {
    font-family: "Fredericka the Great", serif;

}
.instagramImg {
    filter: grayscale(1) invert(1);
  width: 40px;
  height: auto;
  margin-top: 2px;
  vertical-align: -13.5px;

}
.header h1 {
    line-height: 600px;
    font-size:200px;
    margin: 0px;
    color: white;
}
@media (max-width: 1180px) {
    .header h1 {
        font-size: 190px;
    }
}
@media (max-width: 700px) {
    .header h1 {
        font-size: 120px;
    }
}
@media (max-width: 400px) {
    .header h1 {
        font-size: 80px;
    }
    .header {
        background-position: center;
    }
}
.text {
    top: 600px;
  position: absolute;
  color: white;
  width: 100%;
  text-align: center;
}
.text p {
    margin-left: 25vw;
    margin-right: 25vw;
}
.body .text h3 {
    margin: 0px;
}
a {
    color: inherit;
}


