section{
    background-color:#F7ECDE;
    height:100%;
    position: relative;
    padding: 1.7%;
}
::selection {
    background-color: #fec260;
    color: #352e28;
}
.title h1{
    font-size: 50px;
    font-family: "Pacifico", cursive;
    color: #352e28;
    isolation: isolate;
}
.site{
    border-top: 2px dotted black;
    border-bottom: 2px dotted black;
}
.top-title h2{
    font-family: "Righteous", cursive;
    font-size: 25px;
    background-image: linear-gradient(to right, #3ca55c, #b5ac49);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
label{
    font-family:"PT Sans Caption";
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #d99c39;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #fec26055;
}
.submit-btn{
    color:white;
    background-color:#d1512d;
    border-color: transparent;
    transition: all 1s;
}
.submit-btn:hover{
    color:white;
    background-color:#bb4120;
    border-color:#a03315;
}
.btn-visit {
    --bs-btn-color: #fff;
    --bs-btn-bg: #9eb23b;
    --bs-btn-border-color: #9eb23b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8a9e23;
    --bs-btn-hover-border-color: #6e8018;
}
.btn-delete {
    --bs-btn-color: #fff;
    --bs-btn-bg: #eb1d36;
    --bs-btn-border-color: #eb1d36;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d30820;
    --bs-btn-hover-border-color: #ba081d;
}
.circles span:nth-child(1) {
    background-color: #f15f5d;
}
.circles span:nth-child(2) {
    background-color: #febe2e;
}
.circles span:nth-child(3) {
    background-color: #4db748;
}
.rules i {
    color: #bb4120;
}
.circles span {
    display: block;
    width: 20px;
    height: 20px;
}
.box-info {
    background-color: #0007;
    height: 100%;
}
.title h1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 27%;
    left: 0;
    bottom: 5px;
    background-color: #fec260;
    transition: height 350ms;
    z-index: -1;
}
.title h1:hover::before {
    height: 50%;
}
.top-par{
    font-family: "Bree Serif", serif;
    font-size: 21px;
    line-height: 1.3;
    color: #352e28;
}
.rules li {
    font-family:"PT Sans Caption";
    font-size: 18px;
    padding-top: 10px;
}