body {
    background: url(../images/shrineswp.avif) fixed;
    background-size: cover;
    background-color: black;
    font-family:'Courier New', Courier, monospace
}
.pageContainer {
    width:750px;
    margin:auto;
    padding:0px;
    height:600px;
    color: black;

    overflow:hidden;
}
.header{
    background-color: rgba(255, 255, 255, 0.8);
    text-align:center;
    margin:5px;
    padding:5px;
    border: lightblue double 10px;
    border-radius:10px;
}
.next{
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin:auto;
    padding:5px;
    border: lightblue double 10px;
    border-radius:10px;
    width:450px;
}
a:link, a:visited {
    color:darkblue;
    background-color: none;
    text-decoration:none;
}

a:hover{
    color:cornflowerblue;
    background-color:none;
    text-decoration:none;
}
.back {
    background-color: rgba(255, 255, 255, 0.8);
    border: lightblue double 10px;
    border-radius:10px;
    width:150px;
}

.backtext {
    float:left;
    margin-top: 20px;
    margin-left: 10px;
}