* {
  margin: 0;
  padding: 0;
}


body{
  background-color: rgb(233, 244, 255);
  overflow-x: hidden;
}

.logo{
  width: 3cm;
  height: 1cm;

}

.navbar{
  background-image: linear-gradient(170deg,rgb(254, 235, 254) 0%,rgb(230, 105, 224) 80%,rgb(246, 64, 236) 100%);
  width: 100%;
  display: flex;
  padding: 10px 20px;
  box-shadow: 0px 2px 10px;
}

.side-bar{
  background-color: rgb(172, 253, 253);
  width: 15vw;
  height: calc(100vh - 60px);
  position: absolute;
  
}
.nav-header{
  text-align: center;
  font-size: 20pt;
  font-weight: 600;
  padding: 10px 0px;
  border-bottom: 1px solid black;
}

.nav-items{
  border: 1px solid black;
  position: relative;
  background-color: aliceblue;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  margin: 10px 30px;
}

.nav-items:hover{
  background-color: rgb(202, 145, 252);

}

.user-data{
  border-top: 1px solid black;
  padding-top: 10px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}



.signinbtn{
  width: 100%;
}

.user-name{
  font-size: 15pt;
  font-weight: 600;
}

.user-email{
  padding-top: 5px;
  font-size: 12pt;
  color: rgb(54, 54, 54);
}

.main-content{
  background-color: rgb(223, 250, 246);
  margin-left: 15vw;
  height: calc(100vh - 60px);
  overflow-y: scroll;

}

.cls{
  position: absolute;
  right: -20px;
  top: 50%;
  background-color: aliceblue;
  padding: 10px;
  font-size: 20pt;
}



.unath{
  margin: 0%;
}

.signinbtn{
  background-color: rgb(60, 0, 255);
}

.btn{
  background-color: rgb(68, 213, 68);
  padding: 10px 20px;
  margin: auto;
  position: absolute;

  left: 50%;

}

.main-frame{
  width: 100%;
  height: 100%;
}

.main-heading{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 36pt;
 text-align: center;
 margin: 20px;
 font-weight: bold;
}