@media screen and (max-width: 375px) {
    main {
        padding: 15px;
    }

    footer {
        flex-direction: column;
    }
}