@media(max-width:760px) {
    main {
        display: flex;
        flex-direction: column;
    }
}