@font-face {
  font-family: "Corbel-Bold";
  src: url(fonts/Corbel/Corbel\ Bold.ttf);
}

@font-face {
  font-family: "Corbel";
  src: url(fonts/Corbel/CORBEL.TTF);
}

body {
  font-family: sans-serif;
  text-align: center;
}

.logo {
  height: 120px;

  margin-top: 8px;
  margin-bottom: 8px;
}

.title {
  display: flex;
  flex-direction: row;
  justify-content: center;

  border-top-color: #a683a9;
  border-top-width: 2px;
  border-top-style: solid;
  border-bottom-color: #a683a9;
  border-bottom-width: 2px;
  border-bottom-style: solid;

  padding-top: 8px;
  padding-bottom: 8px;
}

.links-container {
  display: flex;

  width: 100%;
  justify-content: center;

  margin-top: 36px;
  margin-bottom: 36px;
}

.links {
  display: flex;

  flex-direction: column;
  gap: 24px;
}

.link {
  display: flex;

  align-items: center;
  vertical-align: middle;
}

.link-icon {
  margin-right: 8px;
}

.title-bold {
  font-family: "Corbel-Bold";
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  margin-right: 0.5rem;

  padding-top: 0;
  padding-bottom: 0;
}

.title-normal {
  font-family: "Corbel";
  font-size: 1.2rem;
  letter-spacing: 0.2rem;

  padding-top: 0;
  padding-bottom: 0;
}

.text {
  font-family: sans-serif;
  font-style: italic;
}