.juegos {

    background-color: #bec4d9;
    margin-top: 100px;
    left: 50%;
}

.inicios {
    margin: 0 auto;
    margin-top: 30px;
    background-color: rgb(63, 255, 249);
    height: 240px;
    width: 600px;
    border: none;
    border-radius: 20px;
}

.primeros  {
    border-right: none;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* Crea tres columnas de tamaño igual */
    grid-gap: 10px; 
    border: 10px black solid;
    padding: 10px;
}

.primeros div{
    min-height: 200px;
    min-width: 200px;
    border: 2px solid #333;
}

a {
    text-decoration: none;
}

.inicios h1, h2 {
    margin-top: 0px;
}

body {
    font-family: 'Inter', sans-serif;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(6,170,96,1) 0%, rgba(1,192,242,1) 98%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%);
    text-align: center;
}