.map_contain {
    width: 48vw;
    height: 15vh;
    margin-bottom: 2vh;
    border-radius: 5px;
    background: linear-gradient(90deg, #e1dafe 0%, #cff7fe 100%);
}

.map_name {
    position: absolute;
    font-family: 'Courier New', Courier, monospace;
    font-size: 3vh;
    margin-left: 2vw;
    margin-top: 1vh;
    max-width: 29vw;
    color: black;
    width: fit-content;
}

.map_plays {
    position: absolute;
    margin-left: 32vw;
    margin-top: 5vh;
    color: black;
    font-size: 5vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: fit-content;
}

.passes {
    position: absolute;
    margin-left: 35vw;
    margin-top: 12vh;
    color: black;
    font-size: 2vh;
    font-family: 'Courier New', Courier, monospace;
    width: fit-content;
}

.titleism {
    width: 100vw;
    height: 15vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 5vh;
    text-align: center;
    color: pink;
}

.awesome_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 2vh;
}

/* https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp */
body {
    overflow-x: hidden;
}