h1:hover{
    text-shadow: 10px;
    transform: scale(1.05);
}
h1{
    text-align: center;
    background-color: black;
    color:white;
    border-radius: 10px;
    height: 40px;
    padding-top: 25px;

}
nav{
    color: black;
    background-color: yellow;
    height: 40px;
    text-align: center;
    border-radius: 10px;
    padding-top: 15px;
}
span#blue{
    color:blue;
}
span#red{
    color:red;
}
span#yellow{
    color:yellow;
}
span#green{
    color:green;
}
footer{
    text-align: center;
    background-color: black;
    height: 70px;
    border-radius: 10px;
    padding-top: 35px;
}
a:hover{
transform: scale(1.05);
}
#author{
    text-align: justify;
   padding : 40px;
   margin-left: auto;
   
}
.smallImage{
    height: 150px;
    width: 150px;
    border-radius: 10%;
    margin:auto;
}
.smallImage:hover{
  transform: scale(1.05);}  

.mainimage{
    height: 300px;
    width:300px;
    margin-left: 40%;
    transform: scale(1.05);
    border-radius: 10%;
    
}


#firstSmall{
    margin-left: 30%;
    
}
h1,h2,h3{
    text-decoration: underline;
    text-shadow: 10%;
    text-align: center;
}
body{
    background-image: url(../img/Flag_of_South_Africa.svg.png);
    background-repeat: repeat;
    background-repeat:round ;
    
}
h3,h2{
    background-color: white;
    border: solid 10px black;
    width:400px;
    border-radius: 5px;
    margin: auto;
}
p{
    background-color: white;
    border: solid 4px black;
    margin: auto;
    margin-top: 10px;
    max-width: 900px;
    padding:5px;
    width: 80%;

}
#p1{
    margin:auto;
}
.page{
    margin:auto;
    background-color: black;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
    height: 50px;
    padding: 20px;
}
.previous-button{
    color:aliceblue;
    text-decoration: none;
    font-size: large;
    font-weight: bolder;
    background-color: black;
    border-radius: 10px;
    border: solid 2px white;
    margin-right: 20px;
}
.next-button{
     color:aliceblue;
        text-decoration: none;
    font-size: large;
    font-weight: bolder;
    background-color: black;
    border-radius: 10px;
    border: solid 2px white;
    
}
.previous-button:hover{
    color:green;
    background-color: white;
    border: solid 2px yellow;
    transform: scale(1.05);    
}
.next-button:hover{
    color:green;
    background-color: white;
    border: solid 2px yellow;
    transform: scale(1.05);
}
