@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body {
    border-style: outset;
    border-width: 10px;
    border-color: #4a55a8;
    border-radius: 10px;
    background-color: #101010;
}

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

#background{
    background-image: url(/images/Background.png);
    background-size: cover;
    height: 934px;
}

h1 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 72px;
    color: white;
    text-decoration: none;
    text-align: center;
}

h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 60px;
    color: white;
    text-decoration: none;
    text-align: center;
}

h4 {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 100px;
    color: white;
    text-decoration: none;
    text-align: right;
}

h5 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 72px;
    color: white;
    text-decoration: none;
    text-align: left;
}

p {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: white;
    text-decoration: none;
    text-align: left;
}

li,
a,
button {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: white;
    text-decoration: none;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1px 1%;
}

.logo {
    cursor: pointer;
}

.nav_links {
    list-style: none;
}

.nav_links li {
    display: inline-block;
    align-items: center;
    padding: 0px 20px;
}

.socials li {
    display:inline;
    padding: 0px 20px;
}

.nav_links li a {
    transition: all 0.3s ease 0s;
}

.nav_links li a:hover {
    color: #919eff
}

button{
    padding: 9px 25px;
    background-color: #4a55a8;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

button:hover {
    background-color: #919eff;
    transform: scale(1.09);
}

html{
    scroll-behavior: smooth;
}

#div_mijn_werk{
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
}

.card{
    margin-left: 5px;
    margin-right: 5px;
}


::-webkit-scrollbar{
    visibility: hidden;
}

.container{
color: aliceblue;
display: grid;
grid-template-rows: 100px 100px 100px 100px 100px 100px 100px 100px 100px;
grid-template-columns: 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px;

}

.item-1 {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 12;
    grid-column-end: 16;
}

.item-2 {
    grid-row-start: 3;
    grid-row-end: 5;
    grid-column-start: 12;
    grid-column-end: 16;
}

.item-3 {
    grid-row-start: 5;
    grid-row-end: 7;
    grid-column-start: 12;
    grid-column-end: 16;
}

.item-4 {
    grid-row-start: 7;
    grid-row-end: 9;
    grid-column-start: 12;
    grid-column-end: 16;
}

.item-t {
    grid-row-start: 2;
    grid-row-end: 6;
    grid-column-start: 7;
    grid-column-end: 2;
}

.item-p {
    grid-row-start: 9;
    grid-row-end: 7;
    grid-column-start: 8;
    grid-column-end: 2;
}

.container2 {
    color: aliceblue;
    display: grid;
    grid-template-rows: 100px 100px 100px 100px 100px 100px 100px 100px 100px;
    grid-template-columns: 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px;
    
    }

    .item-p2 {
        grid-row-start: 2;
        grid-row-end: 7;
        grid-column-start: 2;
        grid-column-end: 11;
    }

    .item-i2 {
        grid-row-start: 2;
        grid-row-end: 7;
        grid-column-start: 12;
        grid-column-end: 17;
    }

    .item-p2 p{
        text-align: right;

    }