html {
  background: url("background_achromatic.jpeg") no-repeat center center fixed;
  background-size: cover;
  background-attachment: fixed;
}

body {
  margin: 3rem 2rem;
  font-family: "Quicksand", "Arial Rounded MT", "Arial Rounded MT Bold",
    sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  font-weight: normal;
}

h1 {
  margin-bottom: 2rem;
  padding: 0.5rem;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.2;
  border-bottom: 0.1rem solid aliceblue;
  padding-left: 11rem;
  color: aliceblue;
}

.headline,
.bracket {
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: bold;
  line-height: 1.3;
  color: mediumturquoise;
}

.code {
  display: inline-block;
  padding-right: 3rem;
  margin-top: 0.3rem;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  background-color: rgba(12, 12, 12, 0.8);
  border-radius: 1rem;
}

.code--main {
  line-height: 1.4;
  color: rgb(168, 168, 168);
}

.code--grey {
  font-size: 0.8rem;
  line-height: 1.2;
  color: rgb(71, 71, 71);
}

.button {
  display: inline-block;
  color: rgba(12, 12, 12, 0.8);
}

a:link {
  color: aliceblue;
}
a:visited {
  color: rgb(168, 168, 168);
}

.profil-pic {
  float: left;
  width: 150px;
  height: auto;
  border-radius: 1em;
}

.clear {
  clear: both;
}

.container {
  text-align: center;
}
