header {
    background-color: rgb(226, 43, 171);
}

body {
    background-color: rgb(148, 148, 148);
}

.container{
    background-color: rgb(107, 42, 98);
    max-width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    
}
ol {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
}
p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
h1,h2,p,ol {
    color: white;
}