@font-face {
  font-family: Heebo;
  src: url(Heebo.ttf);
}

.outer-element {
  display: flex;
  flex-direction: column;
  height: 100vh;

}

@media screen and (min-width:960px){
  [class=outer-element] {
      justify-content: center;
  }
}

@media screen and (min-width:960px){
  [class=outer-element] {
      margin-left: 9vw;
      margin-right: 9vw;
  }
}


.link-card {
  font-family: Heebo;

}

.logo {
  margin-bottom: 5em;
}

.card-container{
  border-radius: 0.3em;
}


.body-style {
  background-color: red;
}
