body {
    background: url(../images/hkwp.webp) fixed;
    background-size: cover;
    background-color: black;
    font-family:'Courier New', Courier, monospace
}
.pageContainer {
    float:right;
    width:800px;
    height:930px;
    padding: 0px;
}
.header {
    border: skyblue solid 5px;
    border-radius:25px;
    background-color:rgb(126, 190, 247, 0.4);
    padding:5px;
}
.back {
    width:250px;
    margin-top:-80px;
    float:right;
}
.backtext {
    float:left;
    margin-top: 30px;
    margin-left: 10px;
}
a:link, a:visited {
    color:midnightblue;
    background-color: none;
    text-decoration:none;
}

a:hover{
    color:cornflowerblue;
    background-color:none;
    text-decoration:none;
}
.main{
    border: skyblue solid 5px;
    border-radius:25px;
    background-color:rgb(126, 190, 247, 0.4);
    width: 630px;
    margin-top:5px;
    padding:5px;
    min-height:530px;
    float:right;
}
.content {
    background-color:deepskyblue;
    border: midnightblue double 5px;
    border-radius:25px;
    width: 610px;;
    text-align: justify;
    padding:5px;
    overflow:hidden;
    min-height:510px;
}
.leftContainer {
    width:145px;
    margin: 0px;
    padding:0px;
    float:left;
    text-align: left;
}
.nav{
    border: skyblue solid 5px;
    border-radius:15px;
    background-color:rgb(126, 190, 247, 0.4);
    padding: 5px;
    margin-top:5px;
}