body {
  margin: 0;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
}

#side-text {
  position: absolute;
  left: 60%;
  top: 40%;
}

a {
  text-decoration: none;
  color: inherit;
}

#join{
  text-decoration: none;
}

.jobs-link:hover {
  color: #999;
}

.jobs-link{
  display: block;
  font-weight: bold;
}
