@charset "utf-8";


@media all {

    #welcome-row {
        width: 100%;
        text-align: center;
    }

    #welcome-text {
        text-align: center;
    }

    #welcome-img {
        justify-content: center;
    }


    .card {
        width: 250px;
        height: 380px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

}
