#contact_page{
    background-color: aliceblue;
}

#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;
}
#header_support{
    padding: 50px;

}
#title{
    margin-top: 1%;
    text-align: center;
}
h1{
    color: #fff;
   font-family: 'freight-big-pro';
   font-weight:bold;
   letter-spacing: 15.5px;
   overflow-wrap: break-world;
}
h3{
    color: #fff;
   font-family: 'freight-big-pro';
   font-weight:bold;
   letter-spacing: 1.5px;
   overflow-wrap: break-world;
}
#contact_page{
    padding: 20px;;
    height: 250px;
    width: 350px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

h5{
    color: #fff;
   font-family: 'freight-big-pro';
   font-weight:bold;
   letter-spacing: 1.5px;
   overflow-wrap: break-world;
}

#footer{
    margin: 20px;
    background-color:thistle;
    padding: 50px;
    text-align: center;
}

ul{
    margin-left: 20px;
    margin-top: 20px;
}

#bilder{
    height: 250px;
    width: 370px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    
    
}
.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;
  }