body {
  color: white;
  background-color: black;
  margin: 0px;
  font-size: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

a {
  color: #b5b6e4;
  text-decoration: none;
}

a:visited {
  color: #4f43ae;
  text-decoration: none;
}

.main {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.discord {
  margin-bottom: 0.5rem;
}

.link-group {
  width: 350px;
}

.link-title {
  font-size: 2.5rem;
  font-weight: bold;

  border-bottom: solid 2px white;
  margin-bottom: 0.25rem;
}

.link {
  margin: 0.5rem 0rem;
}

.link-reddit {
  margin-bottom: 0.5rem;
}

.podcast-logo {
  width: 300px;
  margin: 25px 25px 0.5rem 25px;
}

.podcast-link {
  margin: 0.5rem 0rem;
  text-align: center;
}