.mainsection
{
    width: 50vw;
}

.sectiontitle
{
    text-align: center;
    font-size: 40px;

}

.wikigrid
{
    display: grid;
    grid-template-rows: repeat(9, 1fr);
    gap: 10px;
}

.wikisection
{
    border-radius: 8px;
    color: rgb(209, 79, 3);
    border: solid rgb(133, 133, 133) 3px;
    display: flex;
    font-size: 30px;
    padding-left: 25px;
    align-items: center;
    height: 100px;
}

#ores
{
    background-image: url(../images/Ores.png);
    background-position: center;
    background-size: 133%;
    background-position-y: 53.5%;
}

#armors
{
    background-image: url(../images/Armors.png);
    background-position: center;
    background-position-x: 40%;
    background-size: 110%;
}

#heals
{
    background-image: url(../images/Heals.png);
    background-position: center;
    background-position-x: 30%;
    background-size: 105%;
    background-position-y: 53.5%;
}

#tools
{
    background-image: url(../images/Tools.png);
    background-position: center;
    background-size: 105%;
    background-position-y: 55%;
}

#weapons
{
    background-image: url(../images/Weapons.png);
    background-position: center;
    background-size: 140%;
    background-position-y: 52%;

}

#machines
{
    background-image: url(../images/Machines.png);
    background-position: center;
    background-size: 115%;
    background-position-y: 57%;
}

#craftmat
{
    
    background-image: url(../images/Crafting_materials.png);
    background-position: center;
    background-position-x: 40%;
    background-size: 105%;
    background-position-y: 52.5%;
}

#blocks
{
    background-image: url(../images/Blocks.png);
    background-position: center;
    background-position-x: 40%;
    background-size: 115%;
    background-position-y: 60%;
}

#modversions
{

}

.wikilink
{
    text-decoration: none;
}

.wikilink:visited
{
    text-decoration: none;
}

.wikilink:hover
{
    opacity: 80%;
    box-shadow: 2px rgb(131, 131, 131);
    border-color: rgb(57, 68, 70);
}

.item
{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.itemtop 
{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    background-color: rgb(234, 254, 255);
    border-radius: 5px;
    padding: 10px;
}

.imgitem
{
    height: 64px;
    width: 64px;
    image-rendering: pixelated;
    border-radius: 3px;
}

.itemtitle
{
    font-weight: 800;
    color: rgb(0, 0, 0);
}

.description
{

}

.mainsection
{
    gap: 30px;
}

.anchor
{
    text-decoration: none;
    color: rgb(39, 148, 211);
}

.anchor:hover
{
    color: rgb(0, 85, 196);
}

.igitem_img
{
    height: 32px;
    width: 32px;
    image-rendering: pixelated;
    vertical-align: middle;
    margin-left: 6px;
    margin-right: 6px;
}

.craft
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

h3
{
    margin: 0px;
}

h4
{
    display: inline;
    font-weight: 800;
    color: rgb(13, 33, 105);
}

.grid
{
    display: grid;
    grid-template-columns: 0fr 0fr;
    grid-template-rows: 0fr 0fr;
    column-gap: 2%;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 1%;
}

h5
{
    font-size: 21px;
    margin: 0px;
    font-weight: 500;
    color: rgb(52, 57, 59);
}