body {
    
    background-color: #f9f9f9;
}

p {
    font-size: 20px;
    
}

h1 {
    font-size:70px;
    color: white;
}

header {
    background-color: #00bfff;
}

div {
   width:80%;
   margin: 0 auto;
}

.center {
text-align:center;
}
