body::before{
    display:block;
    content:"";
    height:60px;
    
}
body{
    background:white;   
}

#videos{
    background-image: url('img/bg.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center fixed; 
    text-shadow:20px; 
}
#hero{
    background-image: url('img/bg3.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center fixed; 
    text-shadow:20px; 
}
#tutorial{
    background-image: url('img/bg.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center fixed; 
    text-shadow:20px; 
}
p{
    font-size: 30px;
    letter-spacing:0.015em;

}

@media(min-width:768px){
    .news-input{
        width:50%;
    }
}