@font-face {

    font-family:'thin';
    font-style: normal;
    font-weight: 400;
    src:
    url('assets\\FONTS\\SIMPLIFICA\\SIMPLIFICA Typeface.ttf') format('truetype');


}

html{

margin: 0px;
padding: 0px;

}


.navbar {

width: 100%;
background-color: rgba(0, 0, 0, 0.95);
font-size: 35px;
font-family: thin;
text-align: right;
/* offset-x | offset-y | blur-radius | spread-radius | color */
box-shadow: 2px 20px 20px 1px rgba(0, 0, 0, 0.4);
}


header{

position: fixed;
width: 100%;
position: 0;

}


.hintergrund {

    background-color:#ebe9ef;

}

.body {

    width: 60%;
    min-width: 325px;
    margin: 0 auto;    

}

h1 {

    color: #3fa25b;
    text-align: center;

}


h2 {

    color: #3fa25b;

}


footer {

    background-color: rgba(0, 0, 0, 0.95);
    padding: 40px

}

.footertext {

text-align: center;

font-size: 25px;
color: white;

}

table {

    width: 100%

}

.aboutmetext {

    font-size: 23px;

}

.instagram {

    float: right;
    display: inline;

}

.body > ul {

    text-align: left;
    font-size: 23px;

}

p {

    font-size: 23px;

}

a:link {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: none;
  }
  a:visited {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: none;
  }
  a:hover {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: underline;
  }
  a:active {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: underline;
  }


  @media only screen and (max-width: 1200px) {

    .body {

        width: 85%;
        min-width: 325px;
        
    }
}