<span style = "font-family: verdana, geneva, sans-serif"> </span>
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700");

a{
  position: relative;
  color: rgb(85, 83, 83);
  font-size: 14px;
  display: table;
  width: 280px;
  padding: 10px;
}

.logout{
  position: absolute;
  bottom: 0;
}

/* sree Section */
.sree{
  position: relative;
  margin-top: -50px;
  padding: 20px;
  width: 100%;
}
.sree-top{
  display: flex;
  width: 100%;
}
.sree-top i{
  position: absolute;
  right: 0;
  margin: 10px 30px;
  color: rgb(110, 109, 109);
  cursor: pointer;
}
.sree-skills{
  display: flex;
  margin-top: 20px;
}
.sree-skills .card{
  width: 25%;
  margin: 10px;
  background: #020101;
  text-align: center;
  color: white;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.sree-skills .card h3{
  margin: 10px;
  font-size: 25px;
  text-transform: capitalize;
}
.sree-skills .card p{
  font-size: 25px;
}
.sree-skills .card button{
  background: orangered;
  color: #fff;
  padding: 7px 15px;
  border-radius: 10px;
  margin-top: 15px;
  cursor: pointer;
}
.sree-skills .card button:hover{
  background: rgba(223, 70, 15, 0.856);
}
.sree-skills .card i{
  font-size: 22px;
  padding: 10px;
}

/* Courses */
.sree-course{
  margin-top:20px ;
  text-transform: capitalize;
}
.course-box{
  width: 100%;
  height: 300px;
  padding: 10px 10px 30px 10px;
  margin-top: 10px;
  background: (10,10,10,);
  border-radius: 10px;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
  border: 2px solid white;
}
.course-box ul{
  list-style: none;
  display: flex;
}
.course-box ul li{
  margin: 10px;
  color: gray;
  cursor: pointer;
}
.course-box ul .active{
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.course-box .course{
  display: flex;
}
.box{
  width: 33%;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  background: rgb(10,10,10);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
  border: 2px solid #5c5b5b;
}
.box p{
  font-size: 12px;
  margin-top: 5px;
}
.box button{
  background: #000;
  color: #fff;
  padding: 7px 10px;
  border-radius: 10px;
  margin-top: 3rem;
  cursor: pointer;
}
.box button:hover{
  background: rgba(0, 0, 0, 0.842);
}
.box i{
  font-size: 7rem;
  float: right;
  margin: -20px 20px 20px 0;
}
.html{
  color: rgb(25, 94, 54);
}
.css{
  color: rgb(104, 179, 35);
}
.js{
  color: rgb(28, 98, 179);
}
  