/*

name: m. alhouj
date: 28-9-2025

dit is mijn css styles bestand 
*/

body
{
    height: 100vh;
    background-color: brown;
}
h3{
    background-color: white;
    height: 120px;
    margin-top: -130px;
}
h2
{
    margin-left: 210px;
    margin-top: -50px;
}
h4
{
    color: white;
}
h1
{
color: white;
margin-top: -280px;
}
.zoekbalk
{
    margin-top: -395px;
}
h5
{
    margin-top: 175px;
    margin-left: -250px;
    font-size: 20px;
}

main
{
 justify-content: space-between; 
  

}


 