/* 
    Auteur: Romain Deghouy
		Date: 20.02.2023
		Description: Site personnel-02
*/

@media screen and (min-width: 2475px) {
  body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(55, 55, 55);
    color: rgb(255, 255, 255);
  }
  
  h1 {
    font-size: 60px;
    text-align: center;
  }
  
  nav {
    margin-top: 5px;
    display: flex;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(218, 222, 222);
    border-radius: 5px;
    margin-left: 50px;
    margin-right: 50px;
  }
  
  .navigation {
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgba(41, 41, 41, 0);
    text-decoration: none;
    color: rgb(218, 222, 222);
  }
  
  .navigation:hover {
    margin: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid rgb(218, 222, 222);
    border-radius: 5px;
    background-color: rgba(6, 47, 45, 0);
  }
  
  #menuActif {
    margin: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px transparent rgb(218, 222, 222);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.377);
  }
  
  #heure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(55, 55, 55);
    width: 100%;
    height: 40px;
    margin-top: 10px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 20px;
  }
  
  .textJournal {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 20px;
  }
  
  .journal {
    height: 300px;
    justify-content: center;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  article{
      margin: 20px;
      border: 2px solid rgb(93, 93, 93);
      border-radius: 15px;
  }
  
  .sous-titre{
    margin: 25px;
      font-size: 30px;
  }
  
  .textSections{
    font-size: 20px;
    text-align: justify;
    margin-left:50px;
  }
  .titreAccueil{
      display: flex;
      justify-content: center;
      size: 3em;
      margin-top: 50px;
  }
  
  .LogoPorsche{
    height: 100px;
  }
  .textGauche{
    font-size: 22px;
    display: flex;
    flex-direction: row;
      height: 220px;
  }
  
  .textGaucheUsine{
    font-size: 22px;
    display: flex;
    flex-direction: row;
    height: 280px;
  }
  
  .CoursetextGauche{
    font-size: 25px;
    display: flex;
    flex-direction: row;
    height: 220px;
  }
  
  .textDroite{
    font-size: 22px;
    display: flex;
    flex-direction: row-reverse;
    height: 220px;
  }
  .miseEnPage{
    font-size: 30px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 20%;
    margin-right: 20%;
  }
  .chapitre{
    margin: 20px;
  }
  .img{
    margin: 20px;
  }
  nav{
    margin-top: 50px;
  }
  .fondDePage{
    background-color: rgb(171, 171, 171);
    width: 60%;
    margin-left: 20%;
    margin-top: 20px;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 20px;
  }
  
  h2{
    margin-top: 150px;
  }
  .chapitreUsines{
    margin-top: 100px;
    margin-bottom: 100px;
    height:400px;
  }
}


@media screen and (max-width: 2475px) {
  body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(55, 55, 55);
    color: rgb(255, 255, 255);
  }
  
  h1 {
    font-size: 60px;
    text-align: center;
  }
  
  nav {
    margin-top: 5px;
    display: flex;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(218, 222, 222);
    border-radius: 5px;
    margin-left: 50px;
    margin-right: 50px;
  }
  
  .navigation {
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgba(41, 41, 41, 0);
    text-decoration: none;
    color: rgb(218, 222, 222);
  }
  
  .navigation:hover {
    margin: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid rgb(218, 222, 222);
    border-radius: 5px;
    background-color: rgba(6, 47, 45, 0);
  }
  
  #menuActif {
    margin: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px transparent rgb(218, 222, 222);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.377);
  }
  
  #heure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(55, 55, 55);
    width: 100%;
    height: 40px;
    margin-top: 10px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 20px;
  }
  
  .textJournal {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 20px;
  }
  
  .journal {
    height: 300px;
    justify-content: center;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  article{
      margin: 20px;
      border: 2px solid rgb(93, 93, 93);
      border-radius: 15px;
  }
  
  .sous-titre{
    margin: 25px;
      font-size: 30px;
  }
  
  .textSections{
    font-size: 20px;
    text-align: justify;
    margin-left:50px;
  }
  .titreAccueil{
      display: flex;
      justify-content: center;
      size: 3em;
      margin-top: 50px;
  }
  
  .LogoPorsche{
    height: 100px;
  }
  .textGauche{
    font-size: 22px;
    display: flex;
    flex-direction: row;
      height: 220px;
  }
  
  .textGaucheUsine{
    font-size: 22px;
    display: flex;
    flex-direction: row;
    height: 280px;
  }
  
  .CoursetextGauche{
    font-size: 25px;
    display: flex;
    flex-direction: row;
    height: 220px;
  }
  
  .textDroite{
    font-size: 22px;
    display: flex;
    flex-direction: row-reverse;
    height: 220px;
  }
  .miseEnPage{
    font-size: 30px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 20%;
    margin-right: 20%;
  }
  .chapitre{
    margin: 20px;
  }
  .img{
    margin: 20px;
  }
  nav{
    margin-top: 50px;
  }
  .fondDePage{
    background-color: rgb(171, 171, 171);
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 20px;
  }
  
  h2{
    margin-top: 150px;
  }
  .chapitreUsines{
    margin-top: 100px;
    margin-bottom: 100px;
    height:400px;
  }
}

@media screen and (max-width: 1865px) {
  body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(55, 55, 55);
    color: rgb(255, 255, 255);
  }
  
  h1 {
    font-size: 60px;
    text-align: center;
  }
  
  nav {
    margin-top: 5px;
    display: flex;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(218, 222, 222);
    border-radius: 5px;
    margin-left: 50px;
    margin-right: 50px;
  }
  
  .navigation {
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgba(41, 41, 41, 0);
    text-decoration: none;
    color: rgb(218, 222, 222);
  }
  
  .navigation:hover {
    margin: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid rgb(218, 222, 222);
    border-radius: 5px;
    background-color: rgba(6, 47, 45, 0);
  }
  
  #menuActif {
    margin: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px transparent rgb(218, 222, 222);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.377);
  }
  
  #heure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(55, 55, 55);
    width: 100%;
    height: 40px;
    margin-top: 10px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 20px;
  }
  
  .textJournal {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 20px;
  }
  
  .journal {
    height: 300px;
    justify-content: center;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  article{
      margin: 20px;
      border: 2px solid rgb(93, 93, 93);
      border-radius: 15px;
  }
  
  .sous-titre{
    margin: 25px;
      font-size: 30px;
  }
  
  .textSections{
    font-size: 20px;
    text-align: justify;
    margin-left:50px;
  }
  .titreAccueil{
      display: flex;
      justify-content: center;
      size: 3em;
      margin-top: 50px;
  }
  
  .LogoPorsche{
    height: 100px;
  }
  .textGauche{
    font-size: 22px;
    display: flex;
    flex-direction: row;
      height: 220px;
  }
  
  .textGaucheUsine{
    font-size: 22px;
    display: flex;
    flex-direction: row;
    height: 280px;
  }
  
  .CoursetextGauche{
    font-size: 25px;
    display: flex;
    flex-direction: row;
    height: 220px;
  }
  
  .textDroite{
    font-size: 22px;
    display: flex;
    flex-direction: row-reverse;
    height: 220px;
  }
  .miseEnPage{
    font-size: 30px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 20%;
    margin-right: 20%;
  }
  .chapitre{
    margin: 20px;
  }
  .img{
    margin: 20px;
  }
  nav{
    margin-top: 50px;
  }
  .fondDePage{
    background-color: rgb(171, 171, 171);
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 20px;
  }
  
  h2{
    margin-top: 150px;
  }
  .chapitreUsines{
    margin-top: 100px;
    margin-bottom: 100px;
    height:400px;
  }
  img{
    display: none;
  }
}

@media screen and (max-width: 1513px) {
  body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(55, 55, 55);
    color: rgb(255, 255, 255);
  }
  
  h1 {
    font-size: 60px;
    text-align: center;
  }
  
  nav {
    margin-top: 5px;
    display: flex;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(218, 222, 222);
    border-radius: 5px;
    margin-left: 50px;
    margin-right: 50px;
  }
  
  .navigation {
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgba(41, 41, 41, 0);
    text-decoration: none;
    color: rgb(218, 222, 222);
  }
  
  .navigation:hover {
    margin: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid rgb(218, 222, 222);
    border-radius: 5px;
    background-color: rgba(6, 47, 45, 0);
  }
  
  #menuActif {
    margin: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px transparent rgb(218, 222, 222);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.377);
  }
  
  #heure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(55, 55, 55);
    width: 100%;
    height: 40px;
    margin-top: 10px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 20px;
  }
  
  .textJournal {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 20px;
  }
  
  .journal {
    height: 300px;
    justify-content: center;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  article{
      margin: 20px;
      border: 2px solid rgb(93, 93, 93);
      border-radius: 15px;
  }
  
  .sous-titre{
    margin: 25px;
      font-size: 30px;
  }
  
  .textSections{
    font-size: 20px;
    text-align: justify;
    margin-left:50px;
  }
  .titreAccueil{
      display: flex;
      justify-content: center;
      size: 3em;
      margin-top: 50px;
  }
  
  .LogoPorsche{
    height: 100px;
  }
  .textGauche{
    font-size: 22px;
    display: flex;
    flex-direction: row;
      height: 220px;
  }
  
  .textGaucheUsine{
    font-size: 22px;
    display: flex;
    flex-direction: row;
    height: 280px;
  }
  
  .CoursetextGauche{
    font-size: 25px;
    display: flex;
    flex-direction: row;
    height: 220px;
  }
  
  .textDroite{
    font-size: 22px;
    display: flex;
    flex-direction: row-reverse;
    height: 220px;
  }
  .miseEnPage{
    font-size: 30px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 10%;
    margin-right: 10%;
  }
  .chapitre{
    margin: 20px;
  }
  .img{
    margin: 20px;
  }
  nav{
    margin-top: 50px;
  }
  .fondDePage{
    background-color: rgb(171, 171, 171);
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 20px;
  }
  
  h2{
    margin-top: 150px;
  }
  .chapitreUsines{
    margin-top: 100px;
    margin-bottom: 100px;
    height:400px;
  }
  img{
    display: none;
  }
}

@media screen and (max-width: 1141px) {
  body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(55, 55, 55);
    color: rgb(255, 255, 255);
  }
  
  h1 {
    font-size: 50px;
    text-align: center;
  }
  
  nav {
    margin-top: 5px;
    display: flex;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(218, 222, 222);
    border-radius: 5px;
    margin-left: 50px;
    margin-right: 50px;
  }
  
  .navigation {
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgba(41, 41, 41, 0);
    text-decoration: none;
    color: rgb(218, 222, 222);
  }
  
  .navigation:hover {
    margin: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid rgb(218, 222, 222);
    border-radius: 5px;
    background-color: rgba(6, 47, 45, 0);
  }
  
  #menuActif {
    margin: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px transparent rgb(218, 222, 222);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.377);
  }
  
  #heure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(55, 55, 55);
    width: 100%;
    height: 40px;
    margin-top: 10px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 20px;
  }
  
  .textJournal {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 20px;
  }
  
  .journal {
    height: 300px;
    justify-content: center;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  article{
      margin: 20px;
      border: 2px solid rgb(93, 93, 93);
      border-radius: 15px;
  }
  
  .sous-titre{
    margin: 25px;
      font-size: 30px;
  }
  
  .textSections{
    font-size: 20px;
    text-align: justify;
    margin-left:50px;
  }
  .titreAccueil{
      display: flex;
      justify-content: center;
      size: 3em;
      margin-top: 50px;
  }
  
  .LogoPorsche{
    height: 100px;
  }
  .textGauche{
    font-size: 22px;
    display: flex;
    flex-direction: row;
      height: 220px;
  }
  
  .textGaucheUsine{
    font-size: 22px;
    display: flex;
    flex-direction: row;
    height: 280px;
  }
  
  .CoursetextGauche{
    font-size: 20px;
    display: flex;
    flex-direction: row;
  }
  
  .textDroite{
    font-size: 22px;
    display: flex;
    flex-direction: row-reverse;
    height: 220px;
  }
  .miseEnPage{
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 5%;
    margin-right: 5%;
  }
  .chapitre{
    margin: 0px;
  }
  .img{
    margin: 20px;
  }
  nav{
    margin-top: 50px;
  }
  .fondDePage{
    background-color: rgb(171, 171, 171);
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 20px;
  }
  
  h2{
    margin-top: 150px;
  }
  .chapitreUsines{
    margin-top: 100px;
    margin-bottom: 100px;
    height:400px;
  }
  img{
    display: none;
  }
}

@media screen and (max-width: 857px) {
  body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(55, 55, 55);
    color: rgb(255, 255, 255);
  }
  
  h1 {
    font-size: 40px;
    text-align: center;
  }
  
  nav {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(218, 222, 222);
    border-radius: 5px;
    margin-left: 50px;
    margin-right: 50px;
  }
  
  .navigation {
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgba(41, 41, 41, 0);
    text-decoration: none;
    color: rgb(218, 222, 222);
  }
  
  .navigation:hover {
    margin: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid rgb(218, 222, 222);
    border-radius: 5px;
    background-color: rgba(6, 47, 45, 0);
  }
  
  #menuActif {
    margin: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px transparent rgb(218, 222, 222);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.377);
  }
  
  #heure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(55, 55, 55);
    width: 100%;
    height: 40px;
    margin-top: 10px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 20px;
  }
  
  .textJournal {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 20px;
  }
  
  .journal {
    height: 300px;
    justify-content: center;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  article{
      margin: 20px;
      border: 2px solid rgb(93, 93, 93);
      border-radius: 15px;
  }
  
  .sous-titre{
    margin: 25px;
      font-size: 30px;
  }
  
  .textSections{
    font-size: 20px;
    text-align: justify;
    margin-left:0px;
  }
  .titreAccueil{
      display: flex;
      justify-content: center;
      size: 3em;
      margin-top: 50px;
  }
  
  .LogoPorsche{
    height: 100px;
  }
  .textGauche{
    font-size: 20px;
    display: flex;
    flex-direction: row;
      height: 220px;
  }
  
  .textGaucheUsine{
    font-size: 20px;
    display: flex;
    flex-direction: row;
    height: 280px;
  }
  
  .CoursetextGauche{
    font-size: 18px;
    display: flex;
    flex-direction: row;
  }
  
  .textDroite{
    font-size: 22px;
    display: flex;
    flex-direction: row-reverse;
    height: 220px;
  }
  .miseEnPage{
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 5%;
    margin-right: 5%;
  }
  .chapitre{
    margin: 0px;
  }
  .img{
    margin: 20px;
  }
  nav{
    margin-top: 50px;
  }
  .fondDePage{
    background-color: rgb(171, 171, 171);
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 20px;
  }
  
  h2{
    margin-top: 150px;
  }
  .chapitreUsines{
    margin-top: 100px;
    margin-bottom: 100px;
    height:400px;
  }
  img{
    display: none;
  }
}

@media screen and (max-width: 705px) {
  body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(55, 55, 55);
    color: rgb(255, 255, 255);
  }
  
  h1 {
    font-size: 35px;
    text-align: center;
  }
  
  nav {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(218, 222, 222);
    border-radius: 5px;
    margin-left: 50px;
    margin-right: 50px;
  }
  
  .navigation {
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgba(41, 41, 41, 0);
    text-decoration: none;
    color: rgb(218, 222, 222);
  }
  
  .navigation:hover {
    margin: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid rgb(218, 222, 222);
    border-radius: 5px;
    background-color: rgba(6, 47, 45, 0);
  }
  
  #menuActif {
    margin: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px transparent rgb(218, 222, 222);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.377);
  }
  
  #heure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(55, 55, 55);
    width: 100%;
    height: 40px;
    margin-top: 10px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 20px;
  }
  
  .textJournal {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
  }
  
  .journal {
    height: 300px;
    justify-content: center;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  article{
      margin: 20px;
      border: 2px solid rgb(93, 93, 93);
      border-radius: 15px;
  }
  
  .sous-titre{
    margin: 25px;
      font-size: 25px;
  }
  
  .textSections{
    font-size: 15px;
    text-align: justify;
    margin-left:0px;
  }
  .titreAccueil{
      display: flex;
      justify-content: center;
      size: 3em;
      margin-top: 50px;
  }
  
  .LogoPorsche{
    height: 100px;
  }
  .textGauche{
    font-size: 15px;
    display: flex;
    flex-direction: row;
      height: 220px;
  }
  
  .textGaucheUsine{
    font-size: 15px;
    display: flex;
    flex-direction: row;
    height: 280px;
  }
  
  .CoursetextGauche{
    font-size: 15px;
    display: flex;
    flex-direction: row;
  }
  
  .textDroite{
    font-size: 22px;
    display: flex;
    flex-direction: row-reverse;
    height: 220px;
  }
  .miseEnPage{
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 5%;
    margin-right: 5%;
  }
  .chapitre{
    margin: 0px;
  }
  .img{
    margin: 20px;
  }
  nav{
    margin-top: 50px;
  }
  .fondDePage{
    background-color: rgb(171, 171, 171);
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 20px;
  }
  
  h2{
    margin-top: 150px;
  }
  .chapitreUsines{
    margin-top: 100px;
    margin-bottom: 100px;
    height:400px;
  }
  img{
    display: none;
  }
}