@import url('https://fonts.googleapis.com/css2?family=Fontdiner+Swanky&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
.arrow {
    font-family:"Fredoka One",sans;
    position:absolute;
    background-color: blue;
    color: gold;
    z-index:5;
    min-width:100px;
    max-width:200px;
    font-size: 100%;
    padding:8px;
    display: block;
}
.arrow#prevsec,.arrow#nextsec {top:8px;}
.arrow>a {color:white;font-size:18px;display:inline-block;}
.arrow.problemsolving>a {color:gold;}
.arrow#prevsec, .arrow#prevsecbottom {left:8px;text-align:left;}
.arrow#nextsec, .arrow#nextsecbottom {right:8px;text-align:right;}
@media print {
    .arrow {display:none;}
}
#mathinit {visibility: hidden;}
h1 {
    text-align: center;
    font-family: 'Luckiest Guy', sans
}
#copyright,#pageupdated {font-size:125%;}
footer {
    display:flex;
    flex-direction:column;
    justify-content:center;
    bottom:8px;
    margin:auto;
    font-size:12px;
    text-align:center;
}
#legaltext {margin-top:40px;}

.debug {color: white;}
.ps {background-color: #fda;}
