body {
    font-family: "Saira", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    background-image: url(/Nicolas_pagina/images/backgroundinfokoopa.jpg);
    background-size: cover;
    background-position: center;
}

#green {
    display: flex;
    background-color: #2EBA03;
    width: auto;
    margin: auto;
    height: 100px;
    border: 2px solid black;
    border-radius: 20px;
}

.mainbox {
    transform: scale(0.8);
}

.boxdisplay {
    transform: scale(0.7);
}

#titel {
    display: flex;
    height: 75px;
    width: 300px;
    background-color: #F4EEEA;
    font-size: larger;
    border-radius: 10px;
    margin: auto;
    border: 3px solid black;
}

#underinfo {
    display: flex;
    width: 750px;
    background-color: #FFC481;
    height: 60px;
    margin: auto;
    margin-top: 10px;
    border: 2px solid black;
    border-radius: 4ex;
}

#underinfo h4 {
    text-align: center;
    margin: auto;
}

#titel h4 {
    text-align: center;
    margin: auto;
}

#koopauitleg {
    display: block;
    width: 850px;
    height: 475px;
    background-color: #90AADB;
    border: 2px solid black;
    border-radius: 10px;
    margin-top: -4vh;
}

#schildtitel {
    display: flex;
    margin: auto;
    width: 298px;
    height: 40px;
    font-weight: bold;
    background-color: #EF473A;
    border: 2px black solid;
    border-radius: 4ex;
}

#schildtitel h2 {
    margin: auto;
}

#maintext {
    display: flex;
    text-align: center;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

#maintext p {
    margin: auto;
}

.schildtekst p {
    text-align: center;
}

#eersttekstkoopa {
    font-weight: bold;
}

#doosuitleg {
    display: flex;
    width: 668px;
    margin-left: auto;
    margin-right: auto;
    gap: 30px;
}

#tekstuitleg1 {
    display: flex;
    width: 200px;
    height: 40px;
    font-weight: bold;
    margin: auto;
    background-color: #EF473A;
    border: 2px black solid;
    border-radius: 4ex;
}

#tekstuitleg1 p {
    margin: auto;
    font-weight: bold;
}

#tekstuitleg2 {
    display: flex;
    margin: auto;
    width: 200px;
    height: 40px;
    font-weight: bold;
    background-color: #EF473A;
    border: 2px black solid;
    border-radius: 4ex;
}

#doostekst1 {
    display: flex;
    margin-top: 5px;
    height: 175px;
    width: 315px;
    background-color: #F4EEEA;
    border: 2px solid black;
    border-radius: 4ex;
}

#doostekst1 p {
    text-align: center;
    margin: auto;
    padding: 10px;
}

#doostekst2 {
    display: flex;
    margin-top: 5px;
    height: 175px;
    width: 315px;
    background-color: #F4EEEA;
    border: 2px solid black;
    border-radius: 4ex;
}

#doostekst2 p {
    text-align: center;
    margin: auto;
    padding: 10px;
}

#tekstuitleg2 p {
    margin: auto;
    font-weight: bold;
}

#coinsmain {
    display: block;
    bottom: 50px;
    width: 850px;
    height: 600px;
    margin-top: -140px;
    background-color: #90AADB;
    border: 2px solid black;
    border-radius: 10px;
}

#coinsmaintext {
    display: flex;
    margin: auto;
    margin-top: 10px;
    width: 298px;
    height: 40px;
    font-weight: bold;
    background-color: #EF473A;
    border: 2px black solid;
    border-radius: 4ex;
}

#coinsmaintext h2 {
    text-align: center;
    margin: auto;
}

.text {
    font-weight: bold;
    text-align: center;
}

#coins {
    display: flex;
    height: 275px;
    width: 850px;
}

#yellowcoinbox {
    width: 283.333333333px;
}

#redcoinbox {
    display: block;
    width: 283.333333333px;
}

#bluecoinbox {
    width: 284.666666667px;
}

#yellowcoinhead {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    height: 40px;
    font-weight: bold;
    background-color: #EF473A;
    border: 2px black solid;
    border-radius: 4ex;
}

#yellowcoinhead p {
    display: flex;
    margin: auto;
    text-align: center;
}

#redcoinhead {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    height: 40px;
    font-weight: bold;
    background-color: #EF473A;
    border: 2px black solid;
    border-radius: 4ex;
}

#redcoinhead p {
    display: flex;
    margin: auto;
    text-align: center;
    padding: 10px;
}

#bluecoinhead {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    height: 40px;
    font-weight: bold;
    background-color: #0026ff;
    border: 2px black solid;
    border-radius: 4ex;
}

#bluecoinhead p {
    margin: auto;
    text-align: center;
}

#redtext {
    background-color: #F4EEEA;
    margin: auto;
    margin-top: 5px;
    width: 275px;
    height: 140px;
    border: 2px solid black;
    border-radius: 4ex;
}

#redtext p {
    text-align: center;
    margin: auto;
    padding: 10px;
}

#yellowtext {
    background-color: #F4EEEA;
    margin: auto;
    margin-top: 5px;
    width: 275px;
    height: 115px;
    border: 2px solid black;
    border-radius: 4ex;
}

#yellowtext p {
    text-align: center;
    margin: auto;
    padding: 10px;
}

#bluetext {
    display: flex;
    background-color: #F4EEEA;
    margin: auto;
    margin-top: 5px;
    width: 275px;
    height: 240px;
    border: 2px solid black;
    border-radius: 4ex;
}

#bluetext p {
    text-align: center;
    margin: auto;
    padding: 10px;
}

#bottomtextcoin {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    height: 70px;
    width: 685px;
    background-color: #FFC481;
    border: 2px solid black;
    border-radius: 4ex;
}

#bottomtextcoin p {
    text-align: center;
    margin: auto;
    font-weight: bold;
}

#boxkoopa {
    display: block;
    height: 350px;
    width: 450px;
    background-color: #2EBA03;
    margin-left: 115vh;
    margin-top: -925px;
    border: 2px solid black;
    border-radius: 2ex;
}

#boxkoopa2 {
    display: flex;
    height: auto;
    margin: auto;
    width: 450px;
}

#imgkoopa {
    display: flex;
    height: 250px;
    margin: auto;
    margin-top: 10px;
    border: 6px solid black;
}

#textboxkoopa {
    display: flex;
    background-color: #EF473A;
    height: 35px;
    width: 265px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid black;
    border-radius: 1ex;
}

#textboxkoopa p {
    margin: auto;
    font-weight: bold;
}

#coinimages {
    display: flex;
}

#bluecoin {
    background-color: #90AADB;
    margin-right: 375px;
    margin-left: 145vh;
    margin-top: -300px;
    height: 350px;
    width: 350px;
    border: 2px solid black;
    border-radius: 2ex;
}

#bluecoin img {
    display: flex;
    margin: auto;
    height: 70%;
    margin-top: 10px;

}

#bluecointext {
    display: flex;
    width: 250px;
    height: 45px;
    background-color: #F4EEEA;
    font-weight: bold;
    margin: auto;
    margin-top: 10px;
    border: 2px solid black;
}

#bluecointext p {
    margin: auto;
}

#redcoin {
    display: block;
    margin-left: 122vh;
    margin-top: -250px;
    background-color: #EF473A;
    height: 325px;
    width: 350px;
    border: 2px solid black;
    border-radius: 2ex;
}

#redcoin img {
    display: flex;
    margin: auto;
    height: 200px;
    margin-top: 10px;
    border: 6px solid black;
}

#redcointext {
    display: flex;
    width: 250px;
    height: 45px;
    background-color: #F4EEEA;
    margin: auto;
    margin-top: 10px;
    border: 2px solid black;
}

#redcointext p {
    display: flex;
    margin: auto;
    text-align: center;
    font-weight: bold;
}

#yellowcoin {
    display: block;
    background-color: yellow;
    margin-left: 1150px;
    margin-top: 30px;
    height: 300px;
    width: 350px;
    border: 2px solid black;
    border-radius: 2ex;
}

#yellowcoin img {
    display: flex;
    height: 45%;
    margin: auto;
    margin-top: 30px;
    border: 6px solid black;
}

#yellowcointext {
    display: flex;
    width: 250px;
    height: 45px;
    background-color: #F4EEEA;
    margin: auto;
    margin-top: 20px;
    border: 2px solid black;
}

#yellowcointext p {
    display: flex;
    margin: auto;
    text-align: center;
    font-weight: bold;
}

#boxbottom {
    display: flex;
    height: auto;
    width: auto;
    margin-top: 30px;
    gap: 0px;
    gap: 450px;
    justify-content: center;
}

#boxbottom a {
    color: black;
}

#boxcenter {
    display: flex;
    margin: auto;
}

#terug {
    display: flex;
    height: 8vh;
    width: 20vh;
}

#terugtext {
    display: flex;
    height: auto;
    width: auto;
    text-align: center;
    margin: auto;
}

#terugtext p {
    display: flex;
    font-size: x-large;
    margin: auto;
}

.portals {
    display: flex;
    font-weight: bold;
}

.portals {
    display: flex;
    height: 8vh;
    width: 20vh;
    background-color: #EF473A;
    border: 0.2vh solid black;
    border-radius: 7ex;
    box-shadow: 0px 3px 15px -4px black;
}

.portaltext {
    display: inline-block;
    margin: auto;
    text-align: center;
    font-size: x-large;
}

.portaltext p {
    margin: auto;
}