

.closebutton{
    cursor: pointer;
    position:relative;
    bottom:200px;


}

.fenetre{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 220px;
    box-sizing: border-box;
    padding: 30px 40px;

}

.fenetreheader{
    width: 300px;
    height: 60px;
    cursor: move;
}

.selected{
  background-color: #ff0000;
  border-radius: 12px;
}

.headertext{
position:absolute;
top:25px;
left: 50px;
font-size:35px;
background-color: transparent;

color: red;


    
}