.helicopter {
    text-align: center;
}

h1 {
    text-align: center;
}

ol>li{
    color: blue;
 }

.last-list {
    border-bottom: 1px solid blue;
}

 div+p {
    background-color: yellow;
 }
