@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200&display=swap');
body{
    margin: 0 auto;
    padding: 0;
    background-color: #fafafa;
    width: 95%;
    font-family: 'Montserrat', sans-serif;
}
#body
{
    background-color: #fff;
}

.subClass{
    margin-top: 5%;
}

.test-rpt-btn
{
    width: 150px;
    height: 45px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(90deg, #33B7B8 0%, rgba(0, 184, 186, 0.5) 100%);
    border-radius: 12px;
    display: block;
    margin-top: 10px;
}

.bdr-right
{
    border-right:1px solid #263643;
}

.student-details
{
    border-top: 1px solid #263643;
    border-bottom: 1px solid #263643;
    padding-top: 20px;
    padding-bottom: 20px;
}
h3
{
    padding: 20px;
}
.time-taken
{
    padding: 10px;
    border: 1px solid #C6CFD6;
    margin: 15px 0;
}
.time-taken p 
{
    font-size: 16px;
}

.time
{
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    display: block;
}

#myChart {
    width: 800px;
    height: 800px;
}

  .shadow {
    filter: drop-shadow( 0px 5px 4px rgba(0, 0, 0, .4));
  }

  .chart-div
  {
    border: 1px solid #C6CFD6;
    width: 31.8%;
    margin: 0px 10px;
    border-radius: 15px;
  }