* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'VCR';
    src: url('assets/fonts/Chasing.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Pinlock';
    src: url('assets/fonts/MGF-PinlockPersonalUse.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#head-text {
font-family: "Pinlock"
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    background-color: black;
    background-image: url('assets/graphics/two.png');
    color: black;
    font-family: 'VCR', sans-serif;
}

header {
    max-width: 100%;
    max-width: 100%;
    min-height: 70px;
    background: url('assets/graphics/header.jpg') center/contain repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black;
    color: white;
    font-size: 1.5rem;
    margin: 10px;
    outline: 3px ridge white;
}

h1, h2, h3, h4, h5 {
    text-align: center;
    margin: 5px 0;
}

.utility-container {
    background: linear-gradient(to bottom, white, white, rgb(250, 226, 252), rgb(233, 207, 222), rgb(216, 150, 191));
    border: 6px solid rgb(235, 11, 11);
    border-radius: 25px;
    max-width: 100%;
    margin: 10px;
    position: relative;
    padding: 20px;
}

#metal-sonic-description-container {
    margin-left: 400px;
    margin-top: 60px;
    width: 80%;
    margin:left;
}

#metal-sonic-description-container h1 {
    text-align: center;
    position: absolute;
    padding: 10px 25px 25px 15px;
    background: white;
    border-top: 6px solid rgb(255, 0, 0);
    border-left: 6px solid rgb(255, 0, 0);
    border-right: 6px solid rgb(255, 0, 0);
    border-radius: 10px;
    top: -79.00px;
    left: -3px;
}

#metal-sonic-description-container h4 {
    text-align: center;
    position: absolute;
    padding: 10px;
    top: -30px;
    left: 35px;
}

#filters {
    display: flex;
    flex-direction: row;
    padding: 10px;
    gap: 10px;
}

#categoryFilter,
#brandFilter {
    flex: 1;
}

.futuristic-table {
    max-width: 100%;
    border-collapse: collapse;
    border: 1px solid rgb(255, 0, 43);
    box-shadow: 0 0 10px white;
}

.futuristic-table th,
.futuristic-table td {
    padding: 7.5px 15px;
    border: 1px solid rgb(255, 0, 106);
    text-align: left;
}

.futuristic-table th {
    width: 20%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.futuristic-table td {
    line-height: 1.6;
}

#amy-rose {
    position: absolute;
    top: -150px;
    left: -380px;
    max-height: 550px;
    z-index: 1;
}

.merch-catalog {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px 0;
}

.merch-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border: 1px solid rgb(255, 0, 149);
    box-shadow: 0 0 5px rgb(255, 0, 128);
    padding: 15px;
    width: 250px;
    text-align: center;
    border-radius: 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.merch-card:hover {
    box-shadow: 0 0 20px rgb(255, 0, 43);
  transform: scale(1.3) translateY(-50px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.merch-card img {
    max-width: 100%;
    max-height: 170px;
    image-rendering: pixelated;
}

@media (max-width:530px) {
    #metal-sonic-description-container {
        margin: 10px;
        margin-top: 50px;
    }
    #amy-rose {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        margin: 0 auto;
        max-height: 300px;
        
    }
    
    #pixel {
  height: 50px;
}
}

#description {
    text-align:center;
}


a {
    color:rgb(226, 43, 119);
    text-decoration-style: wavy;
}

.amy-flex {
    display:flex;
  justify-content: center;
}

.text {
    width: 20%
}

.other-amy-flex {
    display:flex;
  justify-content: center;
}

.other-text {
    width: 20%
}