@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

      

   
      body{
            font-family: 'roboto'sans-serif;
            font-size: 30;
      }
      a{text-decoration: none;}
      .monTexte {
            margin-left: 1650px;
            margin-top:80px ;
            font-size: 60px;
            writing-mode: vertical-rl;
            text-orientation: sideways;
            background-color: rgb(189, 226, 214);
            color: rgb(228, 240, 175);
          }
          
      .navbar{
            display: flex;   
            justify-content: space-between;
            padding: 10px;
            background-color: #2a2c28;
            
         }
      .logo_tittle, .navbar ul li a{color:rgb(244, 150, 231)}
      .navbar ul{
            display: flex;
            align-items: center;
            list-style-type: none;
      }
      .navbar ul li a {
            padding: 12px;
            margin: 0 6px;
      }
      .navbar ul li a:hover{
            color:#1d1d1d;
            background-color: #2affa6;
            border-radius: 4px;}

           
          

       .g1{
            position: relative;
       }   
       .text_1{
            position: absolute;
            left: 15%;
            top: 75%;
            font-size:2px ;
            font-weight: 700;
            color:rgb(165, 67, 132)
       } 
       p {
            background:rgb(128, 150, 160);
       }