* {
    margin: auto;
    font-family: "Kanit", sans-serif;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: hidden;
}


header .nav {
    background-color: rgb(38, 117, 88);
    font-size: 2em;
    text-decoration: none;
}

header .nav ul {
    list-style-type: none;
    display: flex;
    margin: 0em;
    padding-top: 0em;
    padding-left: 0em;
}

.nav ul li {
    color: white;
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
}

.parcours {
    width: 200%;
}

.competences {
    text-decoration: underline;
    width: 50%;
}

h2 {
    color : rgb(38, 117, 88);
    margin-left: 11%;
    font-size: 270%;
    margin-top: 5%;
}

h3 {
    color : rgb(38, 117, 88);
    margin-left: 14%;
    font-size: 230%;
    margin-top: 0.5%;

}

.A {
    padding-left: 4.2em;
    padding-right: 8.75%;
}

.nav ul li:hover{
    background-color: aquamarine;
}

header .nav a {
    text-decoration: none;
    color: white;
}

.Aboutme{
    text-decoration: underline;
}

.text {
    display: flex;
}

.text p {
    margin: 0%;
    margin-top: 3%;
    margin-right: 10%;
    margin-left: 10%;
    font-size: 120%;
}


footer{
    background-color: rgb(38, 117, 88);;
    text-align: center;
    color: white;
    margin-bottom: -75em;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom:0.2%;
    padding-top: 1%;
}

.linkedin {
    width: 3.75em;
    margin-top: 0.5em;
}

.github {
    width: 2em;
}

body::-webkit-scrollbar {
    width: 12px;
  }
  
body::-webkit-scrollbar-track {
    background: white;
}

body::-webkit-scrollbar-thumb {
    background-color: rgb(38, 117, 88); 
    border-radius: 1px; 
}