body{
    background-color:rgb(95, 95, 95);
    padding:0px;
}
.pages{
    background-color: rgb(200, 200, 200);
    width:100%;
    height:50px;
    position:sticky;
    top:0px;
    z-index:100;
}
.pages a{
    color:blue;
    font-size: 30px;
    font-family: "Edu AU VIC WA NT Hand", cursive;
    padding:0px;
    text-decoration: none;
}
#selected {
    text-decoration:underline;
}
.tittle{
    background-color:rgb(184, 255, 221);
    width:98.95%;
    height:200px;
    line-height:0.2;
    text-align: center;
    position:absolute;
    top:57px;
}
.tittle h1{
    font-family:"Caveat";
    font-size:100px;
}
.tittle h3{
    font-family:"Caveat";
    font-size:30px;
}
.box{
    width:100%;
    position: relative;
    top:250px;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
.boxOne{
    background-color: rgb(153, 153, 153);
    height:250px;
    width:1200px;
    border-style:solid;
    border-width:10px;
    border-radius:10px;
    border-color:rgb(200, 200, 200)
}
.boxOne h2{
    font-size:35px;
    font-family: "Edu AU VIC WA NT Hand", cursive;
    text-align:center;
    margin:10px;
}
.boxOne p{
    font-family: "Handlee", cursive;
    text-indent:50px;
    margin-left:100px;
    margin-right:100px;
}
.boxTwo{
    background-color: rgb(153, 153, 153);
    margin-top:50px;
    height:600px;
    width:1200px;
    border-style:solid;
    border-width:10px;
    border-radius:10px;
    border-color:rgb(200, 200, 200)
}
.boxTwo h2{
    font-size:35px;
    font-family: "Edu AU VIC WA NT Hand", cursive;
    text-align:center;
    margin:10px;
}
.textOne{
    font-family: "Handlee", cursive;
    text-indent:50px;
    margin-left:100px;
    margin-right:100px;
}
.boxTwo img{
    width:400px;
    float:left;
    margin-left:125px;
}
.textTwo{
    font-family: "Handlee", cursive;
    text-indent:50px;
    width:40%;
    float:right;
    margin-right:125px;
}
.boxThree{
    background-color: rgb(153, 153, 153);
    margin-top:50px;
    height:250px;
    width:1200px;
    border-style:solid;
    border-width:10px;
    border-color:rgb(200, 200, 200);
    border-radius:10px;
    margin-bottom:100px;
}
.boxThree h2{
    font-size:35px;
    font-family: "Edu AU VIC WA NT Hand", cursive;
    text-align:center;
    margin:10px;
}
.boxThree p{
    font-family: "Handlee", cursive;
    text-indent:50px;
    margin-left:200px;
    margin-right:200px;
}
.credits{
    background-color:rgb(121, 121, 121);
    width:100%;
    height:100px;
    position: relative;
    top:200px;
    padding-top:5px;
}
.credits h3{
    text-align:center;
    padding:0px;
    margin:0px;
}
.credits p{
    text-align:center;
    padding:0px;
    margin:0px;
    margin-top:10px;
}