.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: left;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%; Gør ikonerne runde
}

.fa:hover {
    opacity: 0.7;
}


.instagram::before {
  font-family: "FontAwesome"
  content: "\f16d";
  background: #125688;
  color: white;
}

.facebook::before {
  font-family: "FontAwesome"
  content: "\f09a";
}


/*.fa-facebook {
  background: #3B5998;
  color: black;}*/

/*.instagram::before {
  background: #125688;
  color: white;
  font-family: "FontAwesome"
  content: "\f16d";
}*/

/*.fa-instagram {
  background: #125688;
  color: black;
}*/


#links{
  text-align: center;
  font-size: 1.2em;
}

#dame {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%
}
