*{
    margin: 0;
}
.redtext{
    color: red;
}
.whitetext{
    color: white;
}
.kwhitetext{
    color: white;
}
.cwhitetext{
    color: white;
}
.hwhitetext{
    color: white;
}
.dwhitetext{
    color: white;
}
.Twhitetext{
    color: white;
}
.Hawhitetext{
    color: white;
}
.main_menu{
    background-image:url(../Images/background_main_menu.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}
.container{
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 20px 10% 10% 10% 10% 40%;
    grid-template-rows: 20px 20% 20% 20% 20% 1fr;
}
.forrest_background{
    background-image: url(../Images/Biomes/forest_biome.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.boss_grid{
    display: grid;
    grid-template-columns: 5% 65% 30%;
    grid-template-rows: 5% 30% 32.5% 32.5%;
    grid-gap: 10px;
}

.plaatje1{
    background-color: rgba(34, 123, 201, 0.705);
    border-radius: 10px;
    text-align: center;
}
.Boss_page_top{
    grid-row: 1;
    grid-column: 1 / span 3;
    border-radius: 5%;
}
.corruption_Background{
    background-image: url(../Images/Biomes/corruption_biome.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.crimson_Background{
    background-image: url(../Images/Biomes/crimson_biome.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.hive_background{
    background-image: url(../Images/Biomes/hive_biome.avif);
    background-repeat: no-repeat;
    background-size: cover;
}
.snow_background{
    background-image: url(../Images/Biomes/snow_biome.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.Hell_Background{
    background-image: url(../Images/Biomes/Hell_Biome.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.The_Hallow_Background{
    background-image: url(../Images/Biomes/The_Hallow.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.Jungle_Background{
    background-image: url(../Images/Biomes/Jungle_biome.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.Temple_Background{
    background-image: url(../Images/Biomes/Temple_biome.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.Ocean_background{
    background-image: url(../Images/Biomes/Ocean_Biome.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.Moon_background{
    background-image: url(../Images/Biomes/Moonlord_Biome.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.whitetext div{
    background-color: rgba(0, 128, 0, 0.438);
    padding: 20px;
    border-radius: 10px;
}
.side{
    width: 60%;
}
.corruption{
    background-color: rgba(137, 43, 226, 0.603);
}
.forrest{
    background-color: rgba(0, 128, 0, 0.575);
}
.crimson{
    background-color: rgba(220, 20, 60, 0.671);
}
.hive{
    background-color: rgba(255, 217, 0, 0.651);
}
.Hallow{
    background-color: rgba(231, 20, 168, 0.623);
}
.Temple{
    background-color: rgba(177, 89, 7, 0.61);
}
.Twhitetext div{
    background-color:  rgba(177, 89, 7, 0.61);
    padding: 20px;
    border-radius: 10px;
}
.cwhitetext div{
    background-color: rgba(137, 43, 226, 0.603);
    padding: 20px;
    border-radius: 10px;
}
.Hawhitetext div{
    background-color: rgba(231, 20, 168, 0.623);
    padding: 20px;
    border-radius: 10px;
}
.kwhitetext div{
    background-color: rgba(220, 20, 60, 0.671);
    padding: 20px;
    border-radius: 10px;
}
.hwhitetext div{
    background-color: rgba(255, 217, 0, 0.651);
    padding: 20px;
    border-radius: 10px;
}
.dwhitetext div{
    background-color: rgba(0, 0, 255, 0.719);
    padding: 20px;
    border-radius: 10px;
}
.swhitetext div{
    background-color: rgba(255, 250, 250, 0.678);
    padding: 20px;
    border-radius: 10px;
}
.dungeon_background{
    background-image: url(../Images/Biomes/Dungeon_Biome.avif);
    background-repeat: no-repeat;
    background-size: cover;
}
.dungeon{
    background-color: rgba(0, 0, 255, 0.719);
}
.snow{
    background-color: rgba(255, 250, 250, 0.678);
}
