body {
    width: 100%;
}

.innhold1 {
    background-color: #ebd9de;
    margin-left: 1.5%;
    margin-right: 1.5%;
    border-radius: 10px;
}

.innhold2 {
    background-color: #ebd9de;
    margin-left: 1.5%;
    margin-right: 1.5%;
    border-radius: 10px;
}

.tab {
    margin-left: 40px;
    font-weight: lighter;
}

.sourcetitle {
    color: #5c4d50;
    padding-left: 20px;
    padding-top: 20px;
    border-bottom: solid 4px;
    border-color: #FFFFFF;
    padding-bottom: 20px;
    font-size: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

.sourcetext {
    color: #292929;
    font-weight: lighter;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-size: 25px;
    padding-left: 40px;
    padding-right: 40px;
}

.graphicstitle {
    color: #5c4d50;
    font-size: 30px;
    padding-left: 20px;
    border-bottom: solid 4px;
    border-color: #FFFFFF;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.graphicstext {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    font-size: 25px;
    padding-left: 40px;
    padding-right: 40px;
}

.backtotop {
    margin-top: 50px;
}

span {
    font-weight: bold;
}

.graphicsspan {
    font-weight: normal;
}

.headerimg {
    background-color: #ffffff;
    background-image: url(https://github.com/superfred009/final-project/blob/main/img/headerBIG2.jpg?raw=true);
    height: 200px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }


  @media screen and (max-width: 900px) { 
    a {
        font-size: 22px;
    }
    .headerimg {
        background-color: #ffffff;
        background-image: url(https://github.com/superfred009/final-project/blob/main/img/headerBIG2.jpg?raw=true);
        height: 100px;
        width: 100%;
        overflow: hidden;
        margin-bottom: 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: inherit;
    }
  }
