    body {
        font-family: "Prompt", serif !important;
        background-color: #ffffff !important;
    }
    h1,h2,h3,h4,h5,p,a,span {
        font-family: "Prompt", serif !important;
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }
    .social-icon {
        width: 30px;
        height: 30px;
        margin-right: 6px;
    }

    .follow-text {
        font-size: 16px;
        color: #242425;
        margin: auto 10px;
    }
    
    .page-title.large {
    font-size: 29px;
    font-weight: 500;
    letter-spacing: 0px;
}
.page-title {
    font-size: 3rem;
    color: #593c81;
    font-weight: 200;
    margin: 25px 0 12.5px;
    text-align: center;
}
.de-p p {
    display: flex;
    padding: 12px 0;
    font-size: 19px;
    color: #150e23;
    align-items: center;
    text-align: left;
    gap: 10px;
}
.de-p img {
    width: 40px;
    height: auto;
}
.map-frame {
    border: 0;
    width: 100%;
    height: 600px;
}
.travel-text {
    font-size: 20px;
}
.travel-title {
    font-size: 22px;
    font-weight: bold;
}
a {
    text-decoration: underline;
}
a:focus-visible {
    outline: 3px solid #000;
    outline-offset: 2px;
}