@charset"utf-8";
:root {
    --blue: #19306e;
    --yellow: #f8b100;
    --brown: #86502c;
}
.content {
    position: relative;
    z-index:999
}
.hibiscus {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 0;
}
.hibiscus > img {
    width: 400px;
}
.pageTitle {
    text-align: center;
    margin: 100px; 0 50px 0;
}
.pageTitle > h1 {
    color: var(--brown);
}
.privacyPolicy {
    width: 1150px;
    margin: 0 auto;
}
.caption {
    margin-top: 30px;
}
.caption > a {
    font-size: 20px;
}