@font-face {
    font-family: 'minecraftFont';
    src: url('fonts/MinecraftTen-VGORe.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #11141a;
    color: #f3f4f6;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin: 0;
}

header {
    font-family: 'minecraftFont', sans-serif;
    background: linear-gradient(to bottom, #000000, #00ff88);
    background-repeat: no-repeat;
    color: white;
    width: 100%;
    min-height: 100px;
    height: 13vh;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: -20px 25px -20px #00ff88;
    text-shadow: 0 0 10px whitesmoke;
    z-index: 100;
    display: grid;
    place-content: center;
}

header>h1 {
    margin: 0;
    margin-top: -5%;
    height: fit-content;
    width: fit-content;
    font-size: 400%;
}

#page {
    position: absolute;
    top: max(13vh, 100px);
    width: 100%;
    height: calc(100vh - max(13vh, 100px));
}


a {
    color: #ff6600;
    text-decoration: none;
    transition: color 0.2s;
}

a:hover {
    color: #ffe600;
}

#dimensions {
    display: flex;
    width: 70%;
    top: 10%;
    margin-left: 15%;
    margin-top: 2%;
    margin-bottom: 2%;
    height: fit-content;
}

.diamension {
    width: 20%;
    padding: 2%;
    text-align: center;
    margin: 8%;
    margin-bottom: 0;
    margin-top: 0;
    aspect-ratio: 2 / 0.6;
    background-color: #1a1f29;
    border-radius: 30px;
    transition: 300ms;
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 120%;
}

.diamension>img {
    width: 25%;
    margin: 2%;
    margin-top: 0;
    aspect-ratio: 1;
}

#overworld {
    border: 3px solid #00ff88;
    box-shadow: 0 0 15px #00ff88, inset 0 0 3px rgba(0, 255, 136, 0.3);
}

#nether {
    border: 3px solid #ff0055;
    box-shadow: 0 0 15px #ff0055, inset 0 0 10px rgba(255, 0, 85, 0.3);
}

#end {
    border: 3px solid #dee29c;
    box-shadow: 0 0 15px #dee29c, inset 0 0 10px rgba(222, 226, 156, 0.3);
}

.diamension:hover {
    transform: scale(1.1);
}

.diamension:active {
    transform: scale(1);
}

.dimensionInfo {
    width: 80%;
    height: fit-content;
    border-radius: 50px;
    margin-left: 10%;
    background-color: #1a1f29;
}

#netherInfo,
#endInfo {
    display: none;
}

.headerInfo>h1 {
    font-family: 'minecraftFont', sans-serif;
    text-align: center;
    padding: 1%;
    font-size: 250%;
}

.headerInfo {
    width: 100%;
    height: fit-content;
    text-align: center;
    border-radius: 50px;
}

.biomes {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
}

.biom {
    width: 15%;
    aspect-ratio: 1;
    margin: 2.5%;
    background-color: #242b39;
    border-radius: 20px;
    cursor: pointer;
    transition: 300ms;
    display: grid;
    place-items: center;
}

.overworld:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px #00ff88, inset 0 0 10px rgba(0, 255, 136, 0.3);
}

.nether:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px #ff0055, inset 0 0 10px rgba(255, 0, 85, 0.3);
}

.end:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px #dee29c, inset 0 0 10px rgba(222, 226, 156, 0.3);
}



.biom>h1 {
    text-align: center;
}

.biom>img {
    width: 50%;
    aspect-ratio: 1;
    margin: 0;
    padding: 0;
}

.searchBiomes {
    padding: 10px;
    width: 20%;
    background-color: #242b39;
    border-radius: 10px;
    transform: scale(1.05);
    left: calc(40% - 3px);
}

#overworldSearch {
    border: 3px solid #00ff88;
    box-shadow: 0 0 15px #00ff88, inset 0 0 3px rgba(0, 255, 136, 0.3);
}

#netherSearch {
    border: 3px solid #ff0055;
    box-shadow: 0 0 15px #ff0055, inset 0 0 10px rgba(255, 0, 85, 0.3);
}

#endSearch {
    border: 3px solid #dee29c;
    box-shadow: 0 0 15px #dee29c, inset 0 0 10px rgba(222, 226, 156, 0.3);
}

.searchBiomes::placeholder {
    color: aliceblue;
    text-shadow: 0 0 10px whitesmoke;
}

input[type="text"] {
    outline: none;
    color: aliceblue;
    text-shadow: 0 0 10px whitesmoke;
}

.nothnigSearch {
    text-align: center;
    font-size: xx-large;
    text-shadow: 0 0 10px whitesmoke;
    padding: 30px;
    display: none;
}

.searchBar {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: center;
    gap: 3%;
}

.searchBar>div>select {
    height: fit-content;
    background-color: #1a1f29;
    color: aliceblue;
    border: none;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: large;
}

.searchBar>div>select>option {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: aliceblue;
}

.category {
    display: flex;
    border-radius: 10px;
    padding: 10px;
    height: max-content;
    width: fit-content;
    margin-top: 10px;
}

.category>h3 {
    margin: 0;
}

#overworldCat {
    border: 3px solid #00ff88;
}

#netherCat {
    border: 3px solid #ff0055;
}

#endCat {
    border: 3px solid #dee29c;
}

.biomeInfo {
    position: fixed;
    width: 50%;
    height: 50%;
    background-color: white;
    top: 35%;
    left: 25%;
    border-radius: 50px;
    background-color: #1a1f29;
    z-index: 999;
    transform: scale(0);
    transition: 300ms;
}

#overworldBiomesInfo {
    border: 3px solid #00ff88;
    box-shadow: 0 0 15px #00ff88, inset 0 0 3px rgba(0, 255, 136, 0.3);
}

.overlay {
    background-color: #0008;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 555;
}

.biomeInfo>h1 {
    text-align: center;
    color: aliceblue;
}

.biomeInfo>h3 {
    padding-top: 3%;
    font-family: 'Courier New', Courier, monospace;
    width: 20%;
    height: 60%;
    margin: 2.5%;
}

.wallpaperBiome {
    width: 60%;
    position: absolute;
    top: 20%;
    left: 25%;
    border-radius: 50px;
}

#netherBiomesInfo {
    border: 3px solid #ff0055;
}

#endBiomesInfo {
    border: 3px solid #dee29c;
}