body {
    font-family: 'Lexend Deca', sans-serif;
    padding-top: 70px;
}

.header-link-item {
    min-height: 50px;
    padding-top: 14px!important;
}



.header-link-bar {
    float: left;
    min-height: 50px;
}

.home-tile-container {
    padding: 10px;
}

.home-tile {
    text-align: center;
    border-width: 2px;
    border-style: solid;
    padding: 30px 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}

.home-tile .glyphicon {
    font-size: 50px;
}
.home-tile .fa-solid {
    font-size: 50px;
}

.home-tile .home-title {
    font-size: 20px;
}

a {
    color: rgb(95 132 206);
    text-decoration: none;
}