@font-face {
    font-family: "f_apple_garamond_light";
    src: url(../fonts/f_apple_garamond_light.ttf);
}

@font-face {
    font-family: "f_apple_garamond";
    src: url(../fonts/f_apple_garamond.ttf);
}

* {
    cursor: url(https://cur.cursors-4u.net/nature/nat-9/nat839.cur), auto;
}

body {
    image-rendering: pixelated;
    overflow: hidden;
    background-color: #66D433;
    background-image: url(../edited_images/backgrounds/ei_grass_texture_background.png);
    background-size: 100%;
    background-repeat: repeat;
}

.caja_madre  {
    display: grid;
    grid-template-columns: auto;
    place-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 99vw;
    height: 47.5vw;
    overflow: scroll;
    scrollbar-color: transparent transparent;
}

.caja_de_tierra  {
    width: 65vw;
    height: 35vw;
    background-color: #66D433;
    background-image: url(../edited_images/backgrounds/ei_soil_texture_background.png);
    background-size: 100%;
    background-repeat: repeat;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
