
@media (max-width: 768px){
    header, footer {
        font-size: 0.8em;
    }

    i {
        color: rgb(255, 255, 255);
        width: 25px;
        height: 25px;
        font-size: 20px;
        position: relative;
        top: 2px;
    }
}