img{
    height: 300px;
    width:300px;
}
.singlerowsudoku{
    height:60px;
    width:300px;
    
}
.sixrowsudoku{
    height:280px;
    width:300px;
}
.threerowsudoku{
    height:120px;
    width:300px;
}
footer{
    text-align: center;
}
figcaption{
    width:500px;
}
p{
    width:75%;
    font-size: 18px;
}
body{
    background-color: #ffeebf;
}
.pagecontrolr{
    text-align: right;
}
.pagecontroll{
    text-align: left;
    margin-left:10% ;
}
main{
    margin-left: 10px;
}