#header{
    background-color:aliceblue;
    padding: 20px;
    position: fixed;
    width: 80%;
    margin-left: 10%;
    margin-right:10%;
    margin-top: 20px;
    border-radius: 30px;
}
#header:hover{
    border: 1px solid  beige;
    background-color:azure;
}

.dropdown_content{
    display: none;
    position: absolute;
    z-index: 1;
    border: 1px solid blanchedalmond;
    background-color: azure;
    min-width: 150px;
    border-radius: 0px;
}
header_text{
    margin-left:100px;
}
.dropdown_content a{
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    
}
.dropdown_content a:hover{
    background-color:aliceblue;
    display: block;
}
.dropdown_menu{
    max-width: 5%;
}
.dropdown_menu:hover .dropdown_content{
    display: block;
}
.dropdown_content a:hover #header{
    background-color: aliceblue;
}
h1{
    color: #fff;
   font-family: 'freight-big-pro';
   font-weight:bold;
   letter-spacing: 15.5px;
   overflow-wrap: break-world;
}


#header_support{
    padding: 50px;

}
#header_container{
    margin-top:5px;
}

#logo{
    width: 10%;
    height: 10%;
    margin-top: 1%;
    border-radius: 1cm;
    
}

#title{
    margin-top: 1%;
    text-align: center;
}

#bilder{
    height: 250px;
    width: 350px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    
    
}
#discription_1{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 350px;
    font-family:SpaceGrotesk-Medium;
    max-width: 520px;
    text-transform: uppercase;
	color:black;
	font-size: 16px;
    margin-top: 30px;
}

#footer{
    margin: 20px;
    background-color:thistle;
    padding: 50px;
    text-align: center;
}
.fa-instagram {
    background: #ea4c89;
    color: white;
    margin: auto;
  }
  a:link{
    text-decoration: none;
  }
 
  .fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    border-radius: 20px;
  }
  
  .fa:hover {
      opacity: 0.7;
  }

