* {
    box-sizing: border-box;
    padding: 0%;
    margin: 0%;
}

body {
    width: 100%;
    font-size: 1vw;
}

header, footer {
    display: flex;
    background-color: rgb(255, 123, 0);
    height: 10vh;
    align-items: center;
    justify-content: space-between;
    padding: 2%;
    min-height: 25px;
    min-width: 50%;
}

main {
    height: 80vh;
    font-size: 1.5em;
    min-height: 400px;
    display: flex;
    gap: 5%;
}

nav {
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.5em;
}

nav > ul > li {
    margin: 14px;
}

.Links_text {
    align-self: flex-start;
    line-height: 10%;
    font-size: 2em;
}

a {
    color: black;
}

.block2, .block3, .block5, .block6 {
    display: flex;
    background: rgb(216, 57, 36);
    padding: 3%;
    justify-content: center;
    flex-wrap: wrap;
    overflow: auto;
}

.block2, .block3 {
    height: 100%;
    width: 25%;
    padding: 2%;
}

.block3 {
    align-items: center;
}

.right_side_group {
    display: flex;
    flex-wrap: wrap;
    width: 40%;
    height: 100%;
    column-gap: 12%;
}

.block4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 10%;
    background: rgb(230, 107, 76);
}

.block5, .block6 {
    box-sizing: border-box;
    padding: 0%;
    padding-left: 2%;
    width: 44%;
    height: 90%;
    align-items: flex-start; 
    overflow-wrap: break-word;
}

.history_facts, .health_facts {
    align-self: flex-start;
}

.ability-images, .item-images {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 0; 
}

.ability-images img, .item-images img {
    width: 25%;
    max-width: 100px;
    height: auto;
    margin: 0 20px 400px 10px; 
}

.text_facts {
    font-size: 1.3em;
}


footer {
    display: flex;
    justify-content: flex-end; 
    padding: 10px; 
}

.mainMotto {
    margin: 0; 
}
