@import "./shared.scss";

Credits {
    padding: 40px;
    color: white;
    font-size: 25px;
    font-family: "Lilian";
    flex-direction: row;
    flex-wrap: wrap;
    flex-shrink: 0;
    flex-grow: 1;
    // max-height: 400px;
    gap: 20px 80px;
    width: 100%;
    background-image-tint: #719bfa;

    background-color: #6792f1;

    text-shadow: 2px 2px 0 #1b3a7e;

    border: 5px solid white;

    border-radius: 10px;
    
    column {
        flex-shrink: 0;
        flex-grow: 1;
        gap: 20px;
    }

    row {
        flex-direction: column;
        flex-shrink: 0;
        flex-grow: 1;

        h3 {
            font-size: 50px;
            font-weight: bold;
            font-family: "Lilian";
        }
    }
}

