* {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body, html {
  height: 100%;
  width: 100%;

  margin: 0em;
  padding: 0em;
}

body {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("background.svg");

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h1 {
  font-size: 4em;
  font-weight: bold;
}

p {
  font-size: 1.3em;
  font-weight: normal;
}

#explain {
  height: 30vh;
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
}

#slideshow {
  margin: 2% 2%;

  height: 15%;
  width: 80%;
  max-width: 550px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.underline {
  text-decoration: underline;
}

.primary_old {
  color: #7289DA;
}

.primary_new {
  color: #5865F2;
}

.white {
  color: white;
}
