body {
    text-align: center;
}

#mainImage {
    width: 900px;
    height: auto;
    border-style: solid;
    border-radius: 8px;
    border-width: 1px;
    border-color: black;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

nav {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    max-width: 1500px;
    margin: auto;
    justify-content: space-around;
    background-color: rgb(130, 130, 130);
    padding: 12px 0 0px 0;
}

#navList {
    max-width: 900px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
}

/* #navList li {
    margin: 0 50px;
} */

#navList li a {
    text-decoration: none;
    color: rgb(230, 255, 230);
    font-size: 18px;
}

#navList li a:hover {
    color: black;
}

#currentLink {
    color: white !important;
}

#currentLink:hover {
    color: black !important;
}

.collapsable {
    display: none;
}

.collapsable a {
    padding: 1px;
}

#collapsableWindowPort {
    display: flex;
    text-align: left;
    flex-direction: column;
    position: absolute;
    width: 260px;
    height: auto;
    background-color: rgb(150, 150, 150);
    padding: 5px 10px 10px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 4px;
}

#collapsableWindowArt {
    display: flex;
    text-align: left;
    flex-direction: column;
    position: absolute;
    width: 255px;
    height: auto;
    background-color: rgb(150, 150, 150);
    padding: 5px 10px 10px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 4px;
}

.portfolioLink:hover .collapsable {
    display: flex;
    flex-direction: column;
}

.artikelenLink:hover .collapsable {
    display: flex;
    flex-direction: column;
}

.portfolioLink:hover #portWhite {
    color: white !important;
}

.artikelenLink:hover #artWhite {
    color: white !important;
}

#content {
    width: 1200px;
    margin: 20px auto 20px auto;
    display: flex;
    flex-direction: row;
}

main {
    width: 750px;
    margin-left: 50px;
}

aside {
    width: 300px;
    margin-left: 50px;
}

h1 {
    margin: auto;
}

#field a {
    padding: 1em;
    margin: 2px;

    border-color: black;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;

    background-color: burlywood;
}

#field a:hover {
    color: blue;
}

.boxes {
    margin-top: 15px;
    margin-right: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

#sudokuPanel {
    display: flex;
    flex-direction: row;
}

#tekstStuk {
    display: inline-block;
    width: 750px;
}

.boxes {
    width: 275px;
    height: 275px;
}

#field {
    /* margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 10px; */
    
    display: grid;
    align-content: auto;
}

.row {
    width: 900px;

    display: flex;
    flex-direction: row;
}

.rowInRow {
    margin: 50px;
}

#controlPanel {
    display: flex;
    flex-direction: column;
    margin-left: 120px;
    margin-top: 100px;
}

#selectingCells {
    display: flex;
    flex-direction: column;
    
    width: 60px;
    margin-left: 20px;
    margin-top: 10px;
}

#buttonDiv {
    width: 60px;
    height: 40px;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

#readButton {
    width: 90px;
}

#runButton {
    margin-top: 10px;
    width: 90px;
}

#tekstStuk {
    max-width: 600px;
    margin-top: 25px;
    margin-right: 460px;
    text-align: left;
}

footer {
    max-width: 1500px;
    border: 1px solid black;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0 5px 0;
    background-color: rgb(130, 130, 130);
    color: rgb(230, 255, 230);
    justify-content: center;
}

footer p {
    margin-top: 10px;
    text-align: start;
    margin-left: 100px;
}