@font-face {
  font-family: 'Determination';
  src: url(../police/DeterminationMonoWeb.ttf);
}

body{
  margin: 0;
}

main img{
  width: 70%;
  margin-left: 15%;
}

main{
  background-color: black;
  border-bottom: 3px solid white;
  font-family: 'Determination';
  color: white;
}

div{
  z-index: 1;
}

#rectangle{
    z-index: 1;
    width: 62%;
    height: 30%;
    border: 3px solid white;
    position: absolute;
    margin-left: 19%;
    top:56%;
  }

#txt{
  margin: 3%;
  font-size: 1.5em;
}

.bouton{
  color: #F58B0C;
  position: absolute;
  top: 88%;
  width: 10%;
  padding:1%;
  border: 10px solid #F58B0C;
  text-align: center;
  cursor: pointer;
}

#div1{

  margin-left: 18.6%;
}

#div2{
  left: 34%;
}

#div3{
  left: 51%;
}

#div4{
  left: 68.3%;
}