:root {
    --risqred: #FF5C50;
    --risqblue: #38A3A5;
    --risqdarkgreen: #57CC99;
    --risqgreen: #80ED99;
    --risqlightgreen: #C7F9CC;
}

@font-face {
    font-family: "Montserrat";
    src:url("../fonts/Montserrat-VariableFont_wght.ttf")
}

@font-face {
    font-family: "Montserrat Bold";
    src:url("../fonts/static/Montserrat-Bold.ttf")
}

@font-face {
    font-family: "Montserrat Bolder";
    src:url("../fonts/static/Montserrat-ExtraBold.ttf")
}

p {
    font-size: 18px;
}

body {
    font-family: "Montserrat";
    margin: 25px 50px 75px;
    background-color: white;
    text-align: center;
    margin: 5%
}

.col {
    flex-direction: column;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-start {
    justify-content: flex-start;
}

.flex-center {
    justify-content: center;
}

h1 {
    font-family: "Montserrat Bolder";
    font-size: 60px;
}

h2 {
    font-family: "Montserrat Bolder";
    font-size: 60px;
    text-align: center;
}

h3 {
    font-family: "Montserrat Bolder";
    font-size: 96px;
    width: 40%;
}

h4 {
    font-size: 32px;
    text-align: center;
}

h5 {
    font-size: 20px;
    text-align: center;
}

.center {
    text-align: center;
}

.text1 {
    width: 50%;
}

section {
    display: flex;
}

.card {
    padding: 20px;
    margin: 30px;
    width: 273px;
}

.long-card {
    padding: 20px;
    margin: 30px;
    width: 939px;
}

.block {
    padding: 20px;
    margin: 30px;
    width: 40%;
    border-radius: 10px;
}

.outline-left {
    text-align: left;
}

.outline-right {
    text-align: right;
}

.outline-mid {
    text-align: center;
}

.mid-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.outline2-right {
    float: right;
}

.container-stakeholder {
    width: 1000px;
    height: 500px;
}

.margin-top {
    margin-top: 100px;
}

.white {
    color: white;
}

.red {
    color: var(--risqred)
}

.b-red {
    background-color: var(--risqred)
}

.blue {
    color: var(--risqblue)
}

.b-blue {
    background-color: var(--risqblue)
}

.dark-green {
    color: var(--risqdarkgreen)
}

.b-dark-green {
    background-color: var(--risqdarkgreen)
}

.light-green {
    color: var(--risqlightgreen)
}

.b-light-green {
    background-color: var(--risqlightgreen)
}

.green {
    color: var(--risqgreen)
}

.b-green {
    background-color: var(--risqgreen)
}

.container.space-around {
    justify-content: space-around;
    align-items: stretch;
}

.italic {
    font-style: italic;
}

.container {
    display: flex;
}

.border-green {
    border-style: solid;
    border-radius: 10px;
    border-color: var(--risqdarkgreen)
}

.border-light-green {
    border-style: solid;
    border-radius: 10px;
    border-color: var(--risqlightgreen)
}
.circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.number-big {
    font-family: "Montserrat Bolder";
    font-size: 96px;
    padding: 20px;
}

.text-big {
    font-family: "Montserrat Bolder";
    font-size: 50px;
    margin: 10px;
}

.space-right {
    margin-right: 100px;
}

.container-aanleiding {
    justify-content: center;
    align-items: center;
}

#concept-1, #concept-3 {
    margin-top: 50px;
}

.nowrap {
    flex-wrap: nowrap;
}

.miro {
margin-top: 50px;
position: relative;
/* problemen width? */
width: 100%;
height: 425px;

background: #FFD02F;
}

.miroLogo{

position: absolute;
width: 273px;
height: 273px;
left: 120px;
top: 88px;
z-index: 1;
}

.miroText {
position: absolute;
width: 679px;
height: 63px;
left: 453px;
top: 115px;
}

.miroTextStyling {
    font-weight: bold;
    margin-right: 200px;
}

.miroButton{
position: absolute;
width: 236px;
height: 100px;
left: 453px;
top: 221px;
}

.git {
    position: relative;
    /* problemen width? */
    width: 100%;
    height: 425px;
    
    background: black;
    }
    
    .gitLogo{
    position: absolute;
    width: 273px;
    height: 273px;
    left: 120px;
    top: 88px;
    z-index: 1;
    }
    
    .gitText {
    position: absolute;
    width: 679px;
    height: 63px;
    left: 453px;
    top: 115px;
    color: white;
    }
    
    .gitTextStyling {
        font-weight: bold;
        margin-right: 200px;
    }
    
    .gitButton{
    position: absolute;
    width: 236px;
    height: 100px;
    left: 453px;
    top: 221px;
    }
