.msg-link {
    transform: scale(2);
}

.front-banner {
    display: flex;
    width: 100%;
    height: 20rem;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 1rem 1rem rgba(0,0,0,0.1) inset;
}

.front-banner-shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40,40,40,0.4);
}

.banner-text {
    position: relative;
    z-index: 1;
    color: white;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.shy {
    opacity: 0.4;
}

.is-styled {
    font-family: Rubik, Roboto, sans-serif;
}

.lh-1 {
    line-height: 1.15;
}

.avatar {
    border: 1px solid rgba(80,60,20,0.8);
}