﻿@media only screen and (max-width: 1100px) {

    main {
        height: fit-content;
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 0;
        align-self: first baseline;
        align-items: center;
        max-width: unset;
        max-height: unset;
        padding-left: 75px;
    }

    header {
        position: fixed;
        left: auto;
        top: 20px;
        z-index: 10;
        display: block;
        margin-left: -628px;
    }

    .card-main {
        min-width: 550px;
        height: 680px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .card-content {
        overflow-y: visible;
        height: 100%;
        max-width: 550px;
        margin-bottom: 20px;
        border-radius: 5px;
    }

}

