@charset"utf-8";
:root {
    --blue: #19306e;
    --yellow: #f8b100;
    --brown: #431f02;
    --beige: #f2ede9;
    --brown2: #431f02;
    --rightbeige: #fdfdfc;
}
.content {
    position: relative;
    z-index:999
}
.hibiscus {
    position: fixed;
    height: fit-content;
    right: 10px;
    bottom: 10px;
}
.hibiscus > img {
    height: 120px;
    width: fit-content;
}
.pageTitle {
    margin:100px 0 50px 0;
    text-align: center;
}
.pageTitle > h1 {
    color: var(--brown);
     font-size: 30px;
}
.privacyPolicy {
    width: 100%;
    margin: 0 auto;
}
.caption {
    margin-top: 30px;
}
.caption > a {
    font-size: 16px;
}
.cContent > a {
    font-size: 13px;
}