body {
    background:#fee604;
}
.hero .container  {
    padding: 0;
}
p.copyrights {
    font-size: .95rem;
    line-height: 1rem;
}

.btn-watch {
    background: #0dbc73;
    padding: 1rem 3rem;
    margin: 2.5rem 0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    border-radius: 2rem;
}
h1.title {
    font-size: 2.1rem;
    line-height: 2.5rem;
    /* font-family: 'Moul'; */
    font-weight: 900;
    font-style: normal;
    /* text-transform: uppercase; */
    color: #000;
}


