body {
    position: relative;
    font-family: sans-serif;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 22px;
    background-color: #1a1f3d; 
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgba(120, 160, 255, 0.06),
            rgba(120, 160, 255, 0.06) 12px,
            transparent 12px,
            transparent 24px
        );
    color: white;
}

.header > .img{
    height: 60px;
    width: auto;
    padding: 7px;
}

.header {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #564ec1;
    height: 75px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
     
}

.header > p {
    padding: 10px;
    font-weight: bold;
    font-size: 175%;
    color: white;
    border-radius: 20px;
}

.homebar {
    display: flex;
    background-color: #2a2570;
    border-radius: 7px;
    color: white;
}

.homebar > :first-child {
    width: 100%;
    height: 0%;
}

.navbar {
    display: flex;
    justify-self: end;
    flex-direction: column;
    background-color: #564ec1;
    padding: 7px;
    justify-content: space-evenly;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    height: 300px;
}

.navbar > div > a {
    padding: 10px 5px;
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.navbar > div > a:hover {
    border: auto solid #413aa2;
    border-radius: 7px;
    background-color: #413aa2;
}

.welkom {
    padding: 3%;
    position: relative;
}

.inverted.corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: #564ec1;
}

.inverted.corner2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: #2a2570;
    border-top-right-radius: 7px;
}

.welkom > img {
    display: flex;
    width: 400px;
    height: 200px;
    margin: auto;
}

.maininfo {
    display: flex;
    justify-content: space-between;
    background-color: #25215f;
    border-radius: 7px;
    margin-top: 10px;
    padding: 20px;
    height: auto;
}

.gamepreview > p {
    padding-left: 25px;
    font-size: 200%;
    color: white;
}

.gamepreview {
    background-color: green;
    border-radius: 7px;
    width: min-content;
    height: min-content;
}

.screenshot {
    border-radius: 7px;
    margin: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.screenshot > img {
    width: 312px;
    height: 225px;
}

.spelregels {
    border-radius: 7px;
    margin: 35px;
    padding: 5px;
    background-color: tomato;
    text-align: center;
    font-size: 100%;
    color : white;
}

.codeinfo > p {
    padding: 10px;
    text-align: center;
    font-size: 150%;
    color : white;
}

.codeuitleg {
    justify-content: center;
    background-color: green;
    border-radius: 7px;
    width: 275px;
    height: auto;
    text-align: center;
    color :white;  
    padding: 5px; 
}

.developer {
    justify-content: right;
    background-color: orange;
    border-radius: 7px;
    width: 275px;
    height: auto;
    text-align: center;
    margin-top: 275px;
    color : white;
    padding: 10px;
}

.Download {
    display: flex;
    padding: 10px;
    font-weight: bold;
    font-size: 250%;
    position: absolute;    
    background-color: green;
    color : white;
    text-decoration: none;
    border-radius: 7px;
    margin-left: 9%;
    margin-top: 5%;
}

.Download:hover {
    background-color: lightgreen;
}

.Download_HogerOfLager {
    display: flex;
    padding: 10px;
    font-weight: bold;
    font-size: 250%;
    position: absolute;    
    background-color: green;
    color : white;
    text-decoration: none;
    border-radius: 7px;
    margin-left: 9%;
    margin-top: 2.5%;
}

.Download_HogerOfLager:hover {
    background-color: lightgreen;
}

