body {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  background-color: #2C3E50;
  color: white;
}

#container {
  text-align: center;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.greetings {
  font-size: 80px;
}

.position {
  font-size: 30px;
}

.bold {
  font-weight: normal;
}

a {
  background-color: white;
  color: ##2C3E50;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: inline-block;
}

.links {
  margin-top: 20px;
}

.links a {
  font-size: 18px;
}

.links div {
  padding-bottom: 2px;
}

.w-260 {
  width: 260px;
}
.w-300 {
  width: 300px;
}
.w-340 {
  width: 340px;
}
