* {
    margin: 0; 
    padding: 0;
 }
 /*
.article-100-black-overmij {
    height: 100vh; 
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: black;
}
h2 {
    font-weight: bolder;
    color: #0FB2F2;
    font-size: 3em;
    font-family: 'OregonExtraBold', sans-serif;
}
.overmij-text{
    color: black;
    margin: 100px 0;
    white-space: 5px;
}
#overmij {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    height: 100%;
    column-gap: 10px; 
}
#overmij2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    height: 100%;
    column-gap: 10px; 
}
.overmij-foto{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: -150px;
} 
.overmij-foto img {
    object-fit: cover;
    width: 400px;
    height: auto;
    display: inline-block;
    border-radius: 8px;
}


.button-scan {
    background-color: #0FB2F2;
    color: white;
    margin-top: 10px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.button-scan:hover {
    background-color: #0056b3;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
 */


/* test */
#article-100-black-overmij {
    min-height: 100vh; 
    background-color: white;
    display: flex;
}
#article-100-black-overmij2 {
    min-height: 100vh; 
    background-color: #F8FAFB;
    display: flex;
}
h2 {
    grid-column: 1 / span 2;
    text-align: left;
    color: #0FB2F2;
}
#overmij {
    display: grid;  
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: auto 1fr; 
    gap: 10px; 
    width: 80%;
    height: 100%;
    margin: 100px auto; 
}
#overmij2 {
    display: grid;  
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: auto 1fr; 
    gap: 10px; 
    width: 80%;
    height: 100%;
    margin: 100px auto; 
}
.overmij-text{
    padding: 0;
    text-align: left;
}
.overmij p{
    color: black;
    padding-top: 20px;
}
.overmij-foto{
    display: flex;
    padding: 0;
    width: auto;
    height: 600px;
    overflow: hidden;
    max-height:auto;

} 
.overmij-foto img {
    object-fit: cover;
    max-width: 95%;
    height: 100%;
    display: inline-block;
    border-radius: 8px;
}

.button-scan {
    background-color: #0FB2F2;
    color: white;
    margin-top: 10px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.button-scan:hover {
    background-color: #0056b3;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}