body {
  background-image: url("images/background2.jpg");
  color: #2e2e2e;
  font-family: "Newsreader", serif;
  font-size: 17px;
  font-weight: lighter;
  margin: 8px;
  text-align: center;
}

.container {
  width: 500px;
  margin: 40px auto;
}

h1 {
letter-spacing: 1px;
}

img {
  width: 200px;
  border-radius: 15px;
}

.text-orage {
color: #ef750b;
font-weight: lighter;
}

.card {
background-color:#D3D395;
border-radius: 8px;
box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
padding: 40px;
margin: 25px 0;
}

p {
font-size: 20px;
}

.msc {
margin-bottom: 40px;
}

.lewagon_link {
font-size: 20px;
color: #e70f0f;
font-family: "Newsreader", serif;
}

.lewagon_link:hover {
color:#2e2e2e;
transition: 0.2s ease;
}

.btn-yellow {
background-color: #F6B723;
border-radius: 4px;
color: #2e2e2e;
padding: 15px 20px;
transition: 0.3s ease-in-out;
}

.btn-yellow:hover {
background-color: #2e2e2e;
color: white;
}

a {
text-decoration: none;
font-weight: 400;
font-size: 16px;
}

.list-inline {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

.list-inline li {
display: inline;
padding: 20px;
}

.list-inline li i {
color: #2e2e2e;
font-size: 45px;
transition: 0.3s ease-in-out;
}

.list-inline li i:hover {
color: #0f6907;
}

.skill-bar-container {
position: relative;
width: 100%;
border-radius: 12px;
background-color: #f6b72370;
margin-bottom: 0.5em;
}

.skill-bar {
display: block;
border-radius: 12px;
box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
height: 25px;
}

.skill-bar.level5 {
width: 90%;
background-color: #2e2e2e;
}

.skill-bar.level4 {
width: 85%;
background-color: #2e2e2e;
}

.skill-bar.level3 {
width: 75%;
background-color: #2e2e2e;
}

.skill-bar.level2 {
width: 70%;
background-color: #2e2e2e;
}

.skill-name {
position: absolute;
top: 5px;
left: 10px;
color:white;
font-family: "Newsreader", serif;
}

@media (max-width: 960px) {
.container {
  width: 700px;
}
}
@media (max-width: 720px) {
.container {
  width: 500px;
}
}
@media (max-width: 540px) {
.container {
  width: 300px;
}
}

ul {
  list-style-type: none;
}

#coding_lang li {
  display: inline;
}

ul li i   {  list-style: none;
  font-size: 40px;

}

.icon{
  width: 25px;
}
