grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr !important; 
    gap: 20px;
    padding: 46px;
    background: #1a1c2c; /* Dark background matching the image */
    height: 41.5%;
}
.pcmactxt {
    bottom: 20px;
    top: unset !important;
    left: 0 !important;
    right: 0;
    text-align: center;
    font-size: larger;
    font-weight: bold;
    position: absolute !important;
    width: 80%;
    margin: 0 auto;
    padding: 5px;
    border-radius: 8px;
}
.dltext {
    bottom: 20px;
    top: unset !important;
    left: 0 !important;
    right: 0;
    text-align: center;
    font-size: larger;
    font-weight: bold;
    position: absolute !important;
    backdrop-filter: blur(8px);
    width: 26%;
    margin: 0 auto;
    padding: 5px;
    border-radius: 8px;
    background: #ffffff36;
}