.scl h4 {
    text-align: left;
    /* background-color: #111; */
    /* padding: 30px 15px 30px 15px; */
    color: #fff;
    /* width: 10%; */
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #19B5FE;
}

.scl p {
    text-align: left;
    font-size: 14px;

}

.scl h5 {
    /* padding-top: 40px; */
    font-size: 20px;
    font-weight: 600;
}

.scl h6 {
    font-size: 16px;
    font-weight: 600;

}

.scl i {
    padding-right: 10px;
}

.scl h1 {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    /* margin-bottom: 30px; */
}

/*.blink {*/
    /* margin-top: 15px; */
/*    background-color: gold;*/
/*    padding: 10px;*/
    /* width: 200px;
    height: 50px;
    background-color: magenta;
    padding: 15px;
    text-align: center;
    line-height: 50px; */
/*}*/

span {
    font-size: 22px;
    font-weight: 600;
    /* font-family: cursive; */
    color: rgb(0, 0, 0);
    animation: blink 1s linear infinite;
}


.scl h3 {
    font-weight: 600;
    font-family: "Roboto Condensed" sans-serif;
    color: goldenrod;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.section:nth-child(even) {
    background: sandybrown;
}

button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 1.2rem;
    cursor: pointer;
    background: none;
    box-shadow: none;
    text-shadow: none;
    border-color: none;
}