
    body{
        background-color: lightblue;
    }
    h1{
        text-align: center;
        color: blue;
    }
    p{
        font-size: 20px;
        line-height: 40px;
    }
   .mainWraper{
border: 4px solid gray;
margin: 50px;
border-radius: 20px;
padding: 20px;
background-color: lightgreen;

    }
.navigator{

padding: 10px;
}
.test{
    font-size: 60px;
}
.nextPageLink{
    float:right;
}


a{
 font: size:20px;
    
}
a:visited,a:link{
    color: blue;
    text-decoration: none;
    border: 2px solid blue;
    border-radius: 10 px;
    padding: 10px;
}

.nextPageLink{
    float: right;
}
.previousPageLink{
    float: left;
}
</style>