html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #70af6b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #70af6b 0%, #bfdc69 50%, #70af6b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70af6b), color-stop(50%, #bfdc69), color-stop(100%, #70af6b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #70af6b 0%, #bfdc69 50%, #70af6b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #70af6b 0%, #bfdc69 50%, #70af6b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #70af6b 0%, #bfdc69 50%, #70af6b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #70af6b 0%, #bfdc69 50%, #70af6b 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#70af6b', endColorstr='#70af6b', GradientType=0);
    /* IE6-9 */
}


/* kolor tła */

p {
    font-size: 40px;
    color: #fff;
}

.selectkanaly {
    width: 50% !important;
    height: 100px;
    font-size: 30px;
    margin: 20px;
    margin-left: 25%;
}

body>div.formrss>form>select {
    width: 50% !important;
    height: 100px;
    font-size: 30px;
}

input {
    display: block;
    margin-top: 20px;
    margin-left: 25%;
    width: 50%;
    font-family: sans-serif;
    font-size: 18px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    height: 70px;
}

.formrss {
    margin-left: 10%;
    margin-top: 10%;
    margin-right: 10%;
}

.slick-slide img {
    width: 100%;
    height: auto;
}