body {
    
    color: rgb(0, 0, 0);
    font-family: Verdana;
    cursor: url('cursor.png'), auto;
    background-position: center;
    background-size: cover;
    text-align:center;
    padding: 10px;
    background-image:url('index/fond.gif');
    }

#cont {
    background-color: rgb(0, 0, 0);
    width:750px;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    overflow: hidden;
}
#haut {
    width:744px;
    height: 100px;
        background-size: cover;
    background-image:url('or/okacorp.png');
    border: 0.2rem solid;color: #ffffff;
}   

#bas {
    margin-top: 10px; 
    width: 400px;;
    height: 655px;
    float: right;
    border: 0.2rem solid;color: #ffffff;
    padding: 10px;
      overflow-x: hidden;
}

#portrait {
    margin-top: 10px; 
    float: left;
    border: 0.2rem solid;color: #ffffff;
    width: 300px;
    height: 514px;
    overflow: hidden;
    
}

#email {
    float: left;
    border: 0.2rem solid;color: #ffffff;
    width: 300px;
    height: 95px;
    margin-top: 10px;
    padding-top: 50px;
}
#note {
    margin-top: 10px;
    border: 0.2rem solid;color: #ffffff;
    width: 375px;
    height: 150px;
    padding: 10px;
}


#note-profile {
    float:left;    
    border: 0.2rem solid;color: #360136;
    width: 145px;
    height: 145px;       
    overflow: hidden;
    
}

#note-etoile {
    float: right; 
      border: 0.2rem solid;color: #eeff00;
      width: 95px;
        height: 20px;  
}

#note-come {
  float: right; 
    border: 0.2rem solid;color: #e6e3e3;
    width: 190px;
    height: 94px;  
    margin-top: 5px;
    padding: 10px;
    text-align: center;
    overflow-x: hidden;
}
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: 1px;
    scrollbar-color: #53305c #000000;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #000000;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #53305c;
    border-radius: 10px;
    border: 3px solid #000000;
  }