body {
    background-color:rgb(179, 204, 236);
    font-family: 'League Spartan';
}

h3 {
    font-family: 'League Spartan';
    font-weight: 700;
}

.avatar {
    vertical-align: middle;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 5px;
    border: 10px solid #01bceb;
}


.ccard {
  font-family: "Orbit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background: #B3CCEC;
  border-radius: 15px;
  padding: 10px;
}

.lname_large {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2em;
}

.cx {
    color: #01BCEB;
    text-transform: uppercase;
    font-weight: 500;
}