.main {
  background-color: black;
  height: 100vh;
}

.logo {
  width: 20%;
  height: auto;
  margin-bottom: 5em;
}

.container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.link {
  color: #fff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

.social {
  display: flex;
  flex-direction: row;
}

.social_logo {
  width: 1em;
  height: auto;
}
