@font-face
{
  font-family: 'vcr-font';
  src: url(fonts/vcr_font.ttf) format("opentype");
}

h1 {
  margin: 45px;
}

h3 {
  margin: 18px;
  font-weight: normal
}

body {
  margin: 0;
  padding: 0;
  background-color: black;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height:90vh;
  font-size: 32px;
  font-family: "vcr-font"
}

.socials {
  margin: 12px;
  font-weight: normal
}

.container {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
}