@font-face {
  font-family: kremlin;
  src: url(kremlin.ttf);
}

@font-face {
  font-family: beccaria;
  src: url(beccaria.ttf);
}

body {
  background-color: black;
}

h1.header {
  font-family: kremlin;
  color: white;
  text-align: center;
}

p.description {
  font-family: beccaria;
  color: white;
  font-size: x-large;
  display: flex;
  justify-content: center;
  padding: 20px;
}

span.description {
  align-self: flex-end-top;
  padding: 10px 0 0 0;
}

img.description {
  padding: 0 20px 0 0;
}

img.header {
  position: relative;
  top: 30px;
}

div.badges {
  margin: auto;
  width: 50%;
}
