#center-section {
    background-image: url('/static/img/forest2.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: max(50vh, 550px);
}
#core-section {
    background-color: rgba(0, 0, 0, 0.5);
}
#introduction-text {
    font-size: 30px;
    color: white;
    font-weight: bold;
    text-shadow: #F4F44A;
}
.btn-service {
    background-color: #F4F44A;
    padding-top: 7px;
}
.btn-service:hover {
    transform: scale(1.1);
}
.entry-label-color {
    color: white;
}
#login-button {
    width: 150px;
}