@font-face {
    font-family: 'made_evolve_sans_evomedium';
    src: url('made_evolve_sans_medium_evo_personal_use-webfont.woff2') format('woff2'),
        url('made_evolve_sans_medium_evo_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.25) 200%);
    background-blend-mode: multiply;
}

.brand {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 25px;
    font-size: 80px;
    font-family: 'made_evolve_sans_evomedium';
    color: white;
}

.grid-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px 0 10px;
}

.basic-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
    width: 700px;
}

.piano-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px 0 10px;
}

.piano-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 700px;
}

.card {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: bold;
    font-size: 3rem;
    height: 140px;
    width: 140px;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}

.piano-card {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    font-family: 'made_evolve_sans_evomedium';
    font-weight: bold;
    font-size: 2rem;
    height: 140px;
    width: 80px;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}

/* Card Colors */

.pad1 {
    background: #526eff;
    background-image: url("svg-icons/piano.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.pad2 {
    background: #526eff;
    background-image: url("svg-icons/hi-hat.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.pad3 {
    background: #526eff;
    background-image: url("svg-icons/snare.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.pad4 {
    background: #526eff;
    background-image: url("svg-icons/kick-drum.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.pad5 {
    background: #32c12c;
    background-image: url("svg-icons/guitar.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.pad6 {
    background: #32c12c;
    background-image: url("svg-icons/amp.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.pad7 {
    background: #32c12c;
    background-image: url("svg-icons/sax.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.pad8 {
    background: #32c12c;
    background-image: url("svg-icons/cymbal.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.pad9 {
    background: #ffef00;
    background-image: url("svg-icons/tom-drum.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.pad10 {
    background: #ffef00;
    background-image: url("svg-icons/violin.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.pad11 {
    background: #ffef00;
    background-image: url("svg-icons/mic.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.pad12 {
    background: #ffef00;
    background-image: url("svg-icons/xylophone.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.pad13 {
    background: #682cbf;
    background-image: url("svg-icons/trumpet.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.pad14 {
    background: #682cbf;
    background-image: url("svg-icons/maracas.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.pad15 {
    background: #682cbf;
    background-image: url("svg-icons/bongo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.pad16 {
    background: #682cbf;
    background-image: url("svg-icons/piano.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

.pad17 {
    background: #fff;
    text-align: center;
}

.pad18 {
    background: #fff;
    text-align: center;
}

.pad19 {
    background: #fff;
    text-align: center;
}

.pad20 {
    background: #fff;
    text-align: center;
}

.pad21 {
    background: #fff;
    text-align: center;
}

.pad22 {
    background: #fff;
    text-align: center;
}

.pad23 {
    background: #fff;
    text-align: center;
}

@media(max-width:600px) {

    .grid-container {
        padding: 0 5px 0 5px;
    }

    .basic-grid {
        grid-gap: 1rem;
    }

    .brand {
        font-size: 32px;
    }

    .card {
        height: 80px;
        width: 80px;
    }

    .piano-card {
        font-size: 1rem;
        height: 80px;
        width: 50px;
    }

    .pad1 {
        background: #526eff;
        background-image: url("svg-icons/piano.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 64px;
    }

    .pad2 {
        background: #526eff;
        background-image: url("svg-icons/hi-hat.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 64px;
    }

    .pad3 {
        background: #526eff;
        background-image: url("svg-icons/snare.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 64px;
    }

    .pad4 {
        background: #526eff;
        background-image: url("svg-icons/kick-drum.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 64px;
    }

    .pad5 {
        background: #32c12c;
        background-image: url("svg-icons/guitar.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 64px;
    }

    .pad6 {
        background: #32c12c;
        background-image: url("svg-icons/amp.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 64px;
    }

    .pad7 {
        background: #32c12c;
        background-image: url("svg-icons/sax.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 64px;
    }

    .pad8 {
        background: #32c12c;
        background-image: url("svg-icons/cymbal.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 64px;
    }

    .pad9 {
        background: #ffef00;
        background-image: url("svg-icons/tom-drum.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 64px;
    }

    .pad10 {
        background: #ffef00;
        background-image: url("svg-icons/violin.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 64px;
    }

    .pad11 {
        background: #ffef00;
        background-image: url("svg-icons/mic.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 64px;
    }

    .pad12 {
        background: #ffef00;
        background-image: url("svg-icons/xylophone.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 64px;
    }

    .pad13 {
        background: #682cbf;
        background-image: url("svg-icons/trumpet.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 64px;
    }

    .pad14 {
        background: #682cbf;
        background-image: url("svg-icons/maracas.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 64px;
    }

    .pad15 {
        background: #682cbf;
        background-image: url("svg-icons/bongo.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 64px;
    }

    .pad16 {
        background: #682cbf;
        background-image: url("svg-icons/piano.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 64px;
    }
}