:root {
  --primary: #51191c
}

body,
html {
  background: var(--primary) url(../images/abstract-6.png) no-repeat center bottom;
  display: grid;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100vw;
  font-family: "PT Sans",sans-serif;
}

* {
  box-sizing: border-box
}

body>:not(section) {
  display: none
}

.lang {
  margin: auto;
  padding-bottom: 2rem;
  text-align: center
}

.lang .flags {
  display: block;
  justify-content: center;
  margin-top: 102px
}

.lang .flags p {
  color: #fff;
}

.lang a {
  margin: 0 8px;
  text-decoration: none;
}