@font-face {
    font-family: AcherusGrotesque;
    font-weight: bold;
    src: url("./acherus_grotesque_-_bold.otf") format("opentype");
}

@font-face {
    font-family: GinesoLight;
    src: url("./GinesoCondThin.otf") format("opentype");
}

body {
  margin: 0px;
}

.logo-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20%;
}

.logo {
  width: 450px;
}

img.icon {
  width: 400px;
}

.icon-container {
  display:flex;
  justify-content: center;
  flex-direction: row;
  height: 325px
}

.explain-container {
  width: 375px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 150px;
}

.explain-text {
  font-size: 2.1rem;
  color: #75787B;
  font-family: GinesoLight;
  margin-bottom: 0.5rem;
}

.explain-text-note {
  font-size: 1.4rem;
  color: #75787B;
  font-family: GinesoLight;
  margin: 0;
  font-style: italic;
}

.header-text {
  font-size: 2.5rem;
  color: #508590;
  font-family: AcherusGrotesque;
}

a {
  text-decoration: none;
}

.link-container {
  height: 600px;
  width: 600px;
  border: 5px solid #D7D2CB;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.link-container:hover {
  background-color: #F4F0EF;
}

.link-container > p > a {
  color: #8B1F41;
}

.link-container > p > a:visited {
  color: #720628;
}

.buttons-container {
  width: 100%;
  height: 80%;
  display:flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}