/* Custom CSS */

.centered {
    display: grid;
    justify-self: center;
    justify-content: center;
    text-align: center;
}

.centered h1,
.centered h2,
.centered h3,
.centered h4,
.centered p,
.centered a {
    justify-self: center;
    text-align: center;
}


ul li::marker {
    color: #b3931a;
}

.frame {
    background-color: white;
    padding: 10px;
    border: 8px double #b3931a;
}

.title {
    font-size: 1.3em;
    font-weight: 400;
    color: #b3931a;
}

.gatehouse {
    margin-block-start: 0px;
    margin-block-end: 0px;
}
