#instructions {
    font-family: Degular;
    font-size: 1.1em;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    line-height: 1.1;
}

#instructions p + p {
    color: #ececec ;
    font-weight: 400;
    margin-top: 10px;
}

#instructions span {
    color: #5075c7;
    font-weight: 700;
}