body, html {
  height: 100%;
}

.bg {
  background-image: url("../images/background.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.profile-picture {
  margin-bottom: 1.2em;
  position: relative;
  width: 200px;
  height: 200px;
  border: 3px solid #fff;
  border-radius: 100%;
}
section {
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile {
  background-color: rgba(43, 36, 83, 0.3);
  padding: 50px;
}
h1 {
  font-family: 'Bangers', cursive;
  font-size: 54px;
  letter-spacing: 3px;
  margin: 1px;
  color: white;
}

a {
  color: white;
  text-decoration: none;
}

a.icon-link {
  display: inline-block;
  height: 2em;
  min-width: 2em;
  border: 2px solid white;
  border-radius: 50%;
  margin: 5px;
  padding: 5px;
  line-height: 2em;
}

a.icon-link:hover {
  color: Tomato;
  border-color: Tomato;
}

.links {
  padding-top: 20px;
}
