* {
  padding: 0;
  margin: 0;
  background-color: rgb(11, 9, 16);
  color: #fff;
  overflow-x: hidden;
  overflow-y: hidden;
}

.head1 {
  height: 100vh;
  width: 100%;
  display: flex;
}

.content {
  height: 600px;
  width: 800px;
  border: 1px solid white;
  border-radius: 20px;
  box-shadow: 2px 2px 15px rgb(250, 250, 250);
  margin: auto;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.searchtab {
  width: 800px;
  display: flex;
  justify-content: space-between;
}

/* .search1 {
  width: 700px;
  margin: auto;
  position: fixed;
}
.searchtab {
  display: flex;
  margin: auto;
} 
} */

.submit_username {
  border: 1px solid white;
  display: inline-block;
  border-radius: 20px;
  height: 91px;
  font-size: 30px;
  cursor: pointer;
  width: 185px;
  border: none;
  outline: none;
  border: 1px solid white;
  background-color: rgb(8, 14, 30);
  margin: 0 10px 0 10px;
}
.submit_username1 img {
  height: 91px;
  cursor: pointer;
  width: 105px;
  border: none;
  border-radius: 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.submit_username1 {
  margin: 0 10px 0 10px;
  border: 2px solid rgb(255, 187, 0);
  box-shadow: 0px 2px 10px orange;
  border-radius: 30px;
  margin-bottom: 5px;
  display: flex;
}
.search2 {
  border: 1px solid white;
  border-radius: 20px;
  height: 90px;
  width: 530px;
  font-size: 30px;
  display: inline-block;
  border: none;
  outline: none;
  border: 1px solid white;
  background-color: rgb(8, 14, 30);
  padding-left: 20px;
}

.contentinner {
  height: 430px;
  width: 750px;
  margin: auto;
  background-color: rgb(0, 0, 0);
  padding: 20px;
  margin-top: 40px;
  display: flex;
  flex-flow: wrap;
  text-align: center;
  justify-content: center;
  box-shadow: 0px 2px 12px grey;
  border: 1px solid rgb(255, 192, 98);
  justify-content: space-between;
}

.first {
  height: auto;
  width: 485px;
  background-color: rgb(4, 0, 0);
  border-radius: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.second {
  height: auto;
  width: 250px;
  background-color: rgb(0, 0, 0);
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 2px 2px 15px white;
}

.box {
  height: 110px;
  margin: auto;
  width: 200px;
  background-color: white;
  margin: 10px;
  border-radius: 30px;
  color: black;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.solvedQuestion {
  height: 117px;
  width: 400px;
  background-color: rgb(242, 240, 240);
  margin: auto;
  border-radius: 30px;
  font-weight: bolder;
  margin-top: 30px;
  font-size: 85px;
  color: rgb(0, 0, 0);
  padding-top: 20px;
}

.solvedQuestion p {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

#box1 {
  background-color: rgb(253, 253, 253);
}
#box2 {
  background-color: rgb(255, 255, 255);
}
#box3 {
  background-color: rgb(255, 255, 255);
}

.other {
  width: 100%;
  margin: auto;
  height: 180px;
  background-color: rgb(4, 4, 10);
  display: flex;
  flex-direction: column;
  border-radius: 40px;
}

.stats {
  width: 400px;
  border-radius: 30px;
  height: 55px;
  background-color: rgb(10, 10, 10);
  margin: auto;
  align-items: center;
  justify-content: center;
  color: black;
  display: flex;
  text-align: center;
}

.ranking {
  width: auto;
  padding: 0 8px 0 8px;
  border-radius: 30px;
  height: 50px;
  justify-content: center;
  display: flex;
  border: 1px solid rgb(255, 255, 255);
  margin: 5px;
  color: white;
  background-color: black;
}
.ranking span {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 2px 2px rgb(255, 255, 255);
}

.containerHeading {
  border: 1px solid green;
  box-shadow: 0px 2px 6px rgb(139, 230, 143);
  position: relative;
  top: 7px;
  padding: 5px;
  background-color: green;
  border-radius: 30px;
  width: 220px;
  height: 30px;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 25px;
}
.ranking1 {
  width: auto;
  padding: 0 8px 0 8px;
  border-radius: 30px;
  height: 40px;
  justify-content: center;
  display: flex;
  border: 1px solid green;
  margin: 5px;
  color: white;
  background-color: black;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
}

#easy,
#medium,
#hard {
  color: black;
  font-weight: bolder;
  background-color: transparent;
}

.msg {
  width: 500px;
  height: 60px;
  border: 1px solid white;
}
