.circle {
  border-radius: 50%;
}

@font-face {
  font-family: "GlacialIndifference-Regular";
  src: url("Fonts/GlacialIndifference-Regular.otf");
}

@font-face {
  font-family: "GlacialIndifference-Bold";
  src: url("Fonts/GlacialIndifference-Bold.otf");
}

.profile-select-text {
  font-family: GlacialIndifference-Regular;
  text-decoration: none!important;
  font-size: 2em;
}

.hero {
  background: #209cee;
  background: -moz-linear-gradient(top, #209cee 0%, #BCA 100%);
  background: -webkit-linear-gradient(top, #209cee 0%, #BCA 100%);
  background: linear-gradient(to bottom, #209cee 0%, #BCA 100%);
}

.card {
  margin-left: 1em;
  margin-bottom: 1em;
  cursor: pointer;
}

.title {
font-family: GlacialIndifference-Bold;
}

.subtitle {
font-family: GlacialIndifference-Regular;
}

.hello {
  padding-top: 0px!important;
}