header{
    background-color: aqua;
}

#title{
    margin-top: 0;
}

body{
    margin: 0;
}

h1{
    text-align: center;
    font-size: 50px;
}

p{
    text-align: center;
    white-space: pre-line;
}