*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

.container{
  margin-top:74px;
    display: block;
    overflow:hidden;
    color:white;
      width: 100%;
      height: 800px;
      background-image: url("../images/makeup12.jpg");
      background-repeat: no-repeat;
      background-size: 115%;
  }

  .text-top{
    text-align: center;
    font-size:50px;
    font-weight: bold;
    text-shadow: 3px 3px 3px #242424;
    margin-top:100px;
  }
  
  .aanvraag-box{
      display: block;
      overflow:auto;
      margin-top: 25px;
      width:40%;
      justify-content: center;
      height:auto;
      border-radius: 10px;
      background-color: #000000dd;
      margin-left:10%;
      margin-right:auto;
  }

  .brochure-text{
    width:80%;
    text-align:left;
    margin-top:25px;
    margin-left:7.5%;
  }

.brochure-mail{
  width:85%;
  display: block;
  margin-top:20px;
  margin-inline:auto;
  padding:10px;
  font-size: 15px;
  border-radius:5px;
  }

.brochure{
    display: block;
    background-color: #ede9e0;
    color:black !important;
    margin-left:7.5%;
    margin-top:10px;
    margin-bottom:10px;
    font-weight: bold;
    padding:10px;
    font-size: 15px;
    transition: .2s;
    text-decoration: none;
    margin-top:5px;
    font-weight:400;
    font-size:15px;
    display: inline-block;
    border: 2px solid black;
    padding: 10px 25px;
    color: black;
    border-radius: 5px;
    text-align: center;
    cursor: pointer; 
  }

  input[type=submit]:hover{
    transform: scale(1.05);
  }


  @media (max-width: 450px) {
    .aanvraag-box{
      width:90%;
      margin-inline:auto;
  }

  .text-top{
    font-size:30px;
    margin-top:40px;
  }

  .container{
    background-position: -500px 0px;
    background-size: 320%;
  }
}

@media (max-width:575px) and (min-width:450px){
  .aanvraag-box{
    width:75%;
    margin-inline:auto;
}

.text-top{
  font-size:35px;
}

.container{
  background-position: center;
  background-size: 290%;
}
}
@media (max-width:768px) and (min-width:575px){
  .aanvraag-box{
    width:75%;
    margin-inline:auto;
}

.text-top{
  font-size:40px;
}

.container{
  background-position: center;
  background-size: 220%;
}
}

@media (max-width:1025px) and (min-width:768px){
  .aanvraag-box{
    width:60%;
}
.text-top{
  font-size:35px;
}
.container{
  background-position: -50px 0px;
  background-size: 150%;
}
}

@media (max-width:1150px) and (min-width:1025px){
  .aanvraag-box{
    width:45%;
}

.container{
  background-position: center;
  
}
}