@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
.text-large {
  font-size: 4em;
  font-weight: bold;
}

.text-blue {
  color: #578CE0;
}

.text-grey {
  color: #8D8D8D;
}

#contact a {
  text-decoration: none;
  color: white;
}

.skill-text {
  line-height: 35px;
}

.bco-test {
  background-color: greenyellow;
}

.border-bottom-title {
  border-bottom: 10px solid #578CE0;
}

.vertical-center {
  margin: auto 0;
}

.h-100 {
  min-height: 100vh;
}

.w-full {
  width: 100%;
}

.line-height-small {
  line-height: 35px;
}

#home {
  height: 100vh;
}

#app {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  background-color: #1D1D1D;
  color: white;
}
/*# sourceMappingURL=style.css.map */