@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

.rubik-reg {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.rubik-bold {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  height: 100%;
  background-color: #e8e8e8;
}

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

a:hover {
    text-decoration: underline;
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
}

h1 {
  font-family: 'helvetica';
  font-size: 1.2em;
  color: #323232;
  margin-top: 40px;
}

h2 {
  font-family: 'rubik';
  font-size: 1.2em;
  color: #323232;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

ul {
  list-style: none;
  text-align: center;
  font-family: 'rubik';
  font-size: 1em;
  color: #323232;
  font-weight: 300;
  margin-bottom: 50px;
  margin-top: 0px;
}

li {
  margin-top: 0px;
  margin-bottom: 20px;
}

li::after {
  content: "";
  width: 40px;
  border-bottom: 1px dashed; #323232;
  display: block;
  margin: 20px auto 10px auto;
}

li:last-child::after {
  display: none;
}

.logo {
  width: 300px;
  height: auto;
  margin-bottom: 40px;
}

p {

  text-align: center;
  font-family: 'rubik';
  font-size: 1em;
  color: #323232;
  font-weight: 300;
}

.pdf {
    margin-bottom: 50px;
}