@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap');

html,
body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  color: #515252;
  font-family: 'Ubuntu', sans-serif;
  overflow: hidden;
  perspective: 5px;
  background-color: black;
}

.heimdall {
  position: relative;
  top: 50%;
  transform: translate(0, -50%)
}

.heimdall div {
  display: flex;
  position: relative;
  width: 100%;
  height: 50vh;
  justify-content: center;
}

.heimdall p {
  margin-top: 5vh;
  text-align: center;
}