@media (max-width: 600px) {
    main {
        width: 90%;
        height: fit-content;

        align-self: center;

        display: flex;
        flex-direction: column;

        margin-top: 20px;
        margin-bottom: 32px;
    }
}