body {
background-color: lightskyblue;

}

p{
    color:rgb(9, 9, 9);
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    border-radius: 2px;

}

h1{
    color:rgb(10, 10, 10);
    font-family: 'Courier New', Courier, monospace;
    text-align:center;
    
}

p{
    font-size: 90%;

}
 h2 {
    color:rgb(7, 7, 7);
    font-family: 'Courier New', Courier, monospace;
    text-align:center;
    
 }

header{
    background-color: rgb(235, 235, 235);
    text-align: center;
    padding: 5px;
    font-family: 'Courier New', Courier, monospace;
    border-radius: 10px;
    height: 510px;
}
 
body{
    background-color: lightblue;
}
 
