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

body::before{
    display:block;
    content: '';
    height: 76px;
}

.image_logo{
    width: 200px;
    max-width: 300px;
}

.alink{
    color: white;
    text-decoration: none;
}