/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

h1 {text-align:center;
    font-size:10vh;
    font-family:verdana;
    color:#FF73AF;
    margin-top:1.2em;
    margin-bottom:0em
}
h2 {text-align:center;
    font-size:5vh;
    font-family:arial;
    color:#FF73AF;
    margin-top:0em;
    margin-bottom:1.2em
}

body {background-image: url("https://i.ibb.co/xS3SMsmW/t-l-charg-3/mon-image.jpg");
      background-size: 25%;
      background-position: center;
      color: black;
      font-family: Verdana
}
.container {display: flex;
            align-items:flex-start
}
.colonne-gauche {display:flex;
                 flex-direction:column;
                 margin:5px
}
.rectangle1 {width  : 43vw;
            height : 25vh;
            border-radius:min(20px,10%);
            background : #FF73AF;
            background-size: 25%;
            margin-left:3vh;
            margin-top:5vh;
            margin-bottom:40px;
            box-sizing:border-box;
         
}
h3{font-family: Verdana;
   font-size:4vh;
   margin:0.3em;
   padding:0.4em;
   color: white
}

.rectangle {width  : 50vw;
            height : 48vh;
            border-radius:min(20px,10%);
            background : #FF73AF;
            background-size: 25%;
            margin-left:40px;
            margin-top:5vh;
            
} 

.rectangle2 {width  : 43vw;
            height : 21vh;
            border-radius:min(20px,10%);
            background : #FF73AF;
            margin-left:3vh;
            margin-top:10px;

}          
.resize{width  :9.5vw;
        height : 7vh;
        margin-left: 16px;
        margin-right: 16px;
        margin-top: 48px;
        box-sizing:border-box
  }
 h4{ font-family: Verdana;
    font-size:9em;
    margin-top:0.4em;
    margin-left:0.6em;
    margin-bottom:0.2em;
    color: white
} 
h5{ font-family: Verdana;
    font-size:7em;
    margin-left:0.6em;
    margin-top: 0.2em;
    color: white 
} 


