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