h1{
    text-align: center;
    font-size: 54px;
    color: red;
    font-weight: 500;
}
p{
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}
ol li{
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    color: rgb(253, 4, 16);
}