body {
    background-color:crimson;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    text-align:center;
    margin-left: 4px;
    margin-right: 4px;
    border:2px
}
h1 {
    color:aliceblue;
}
header {
    font-size:xx-large;
    text-align: center;

}
p {
    text-align: center;
}
section {
    text-align:center
}
.red {
    background-color:red;
    font-size:xx-large;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    
}
#id1 {
    color:aliceblue
}