html {
    scroll-padding-top: 4rem;
}


.landing-page {
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("https://images.unsplash.com/photo-1559521783-1d1599583485?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80");
    background-size: cover;
    background-position: center;
    text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.read-more-button {
    width: 15rem;
    font-size: 1.2rem;
}

.btn-outline-primary {
    color: whitesmoke;
    border-color: whitesmoke;
    transition: ease-in 0.2s;
}

.btn-outline-primary:hover {
    background-color: rgba(94, 94, 94, 0.2);
    border-color: whitesmoke;
    transform: scale(1.02);
}

.cluster-map {
    height: 500px;
}