html, body {
    margin: 0;
    padding: 0;
    background-color: rgb(0, 0, 0);
    background-size: 70%;
    /*background-image: url("images/txture.jpg");*/
  }

  .msgautre{
      color:red;
      display: flex;
      border: 2px solid red;
      border-radius: 5px;
      margin-right: 45px;
      margin-left: 10px;
      margin-top: 50px;
      margin-bottom: 5px;
      font-size: 13px;
      padding: 6px;
  }
  .msgautre:hover{
    cursor: pointer;
  }
  
  p{
    color:rgb(138, 138, 138);
    text-decoration: none;
    font-style: italic;
    position: absolute;
    top:665px;
    left: 60%;
    margin-left:-150px;
  }
  p:hover{
    text-decoration: underline;
  }

  p.coeur{
    color:red;
    text-decoration: none;
    font-style: italic;
    position: absolute;
    top:420px;
    left: 60%;
    margin-left:20px;
    font-size: 11px;
  }

  .ecran{
    position: absolute;
    top: 450px;
    left: 50%;
    margin-top: -200px;
   margin-left: -200px;
width: 180px;
height: 180px; 
max-height: 180px; 
padding: 1px;
background-color:none;
border-radius: 5px;
  }


  img{
    position: absolute;
    top: 260px;
    left: 60%;
    margin-top: -250px;
   margin-left: -250px;
   width: 250px;
  }

#ferm{
    height: 728px ;
    width: 250px;
    position: absolute;
    top: 35%;
    left: 60%;
    margin-top: -250px;
   margin-left: -250px;
  }

  h1{
    font-size: 100px;
    text-align: center;
  }
  h2.logo{
    font-size: 30px;
    color: red;
    text-align: center;
    writing-mode: vertical-rl;
    position: absolute;
    top: 25px;
    right: 10px;
    font-style: italic;
  }

  h2.logo2{
    font-size: 30px;
    color:  rgba(255, 0, 0, 0.397);
    text-align: center;
    writing-mode: vertical-rl;
    position: absolute;
    top: 20px;
    right: 30px;
    font-style: italic;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    transform: rotate(180deg);
  }

  img.love{
    height: 40px;
    width: 40px;
    position: absolute;
    top:680px;
    left: 60%;
    margin-left:-215px;
  }

  img.random{
    height: 50px;
    width: 40px;
    position: absolute;
    top:673px;
    left: 60%;
    margin-left:-80px;
  }

  .about h5{
    margin: 3px;
    color: red;
    padding-left: 0px;
    padding: 2px;
    text-align: center;
    background-color:rgb(45, 40, 90);
  }

  #myDIV{
    background-color: rgba(255, 0, 0, 0.596); 
    border: solid 2px black;
    position: absolute;
    top: 450px;
    left: 60%;
    margin-top: -300px;
   margin-left: 20px;
width: 160px;
height: 250px; 
padding: 1px;
border-radius: 5px;
display: none;
  }

  button.bas{
    color: red;
    font-weight: 600;
    font-size: 18px;
    background-color: black; 
    border: solid 2px red;
    border-radius: 8px;
    height: 28px;
    width: 35px;
    position: absolute;
    top:445px;
    left: 60%;
    margin-left:-145px;
    text-align: center;
  }

  button.dedans{
    width: 40px;
    height: 25px;
    border-radius: 0;
    background-color: rgb(45, 40, 90); 
    border: solid 2px black;
    color:red;
    margin: 60px;
    margin-top: 155px;
    text-align: center;
  }

  button:hover{
      cursor: pointer;
  }
  h4.middle{
    font-size: 10px;
    color: rgb(45, 40, 90);
    text-align: center;
    margin-top:-220px;
    padding: 10px;
    
}