/* Outer box styles */
.first{
    position: relative; /* Set to 'relative', 'absolute', or 'fixed' */
    height: 513px;
    width: 347px;
    margin-right: 120px;
    box-sizing: border-box;
    border-radius: 26px;
    box-shadow: 0px -20px 20px -10px rgb(196, 195, 195);
}
.box{
    border: 0px solid black;
    padding: 65px;
}
.box_color_red{
    background-color:hsl(0, 100%, 97%);
}
.box_color_yellow{
    background-color: hsl(39, 100%, 96%);
}
.box_color_green{
    background-color: hsl(166, 100%, 97.5%);
}
.box_color_blue{
    background-color: hsl(234, 85%, 96%);
}
.bar{
    height:50px;
    width: 265px;
    display:flex;
    justify-content: space-between; 
    align-items: center;
    border-radius: 6px;
    
}
/* Inner box styles */
.second{
    position: absolute; /* Set to 'absolute' to position inside the outer box */
    top: 0%; /* Adjust top position as needed */
    left: 67%; /* Adjust left position as needed */
    margin-left: 70px;
    border : 0px solid black;
    padding: 0px 40px;
    padding-left: 75px;
    height: 513px;
    width: 414px;
    box-sizing: border-box;
    border-radius: 26px;
    box-shadow: 10px 10px 20px -10px rgb(196, 195, 195);
}
.align_boxes{
    margin-right: 255px;
}
.no-indent{
    margin-top: -15px;
}
.font{
    font-size: 20px;
}
.small-font{
    font-size: 16px;
}
.bold_grey{
    color: grey;
    font-weight: 400;
}
.left_compo{
    padding-left: -25px;
    margin-left: -81px;
}
.left_compo2{
    padding-left: -25px;
    margin-left: -96px;
}
.left_compo3{
    padding-left: -25px;
    margin-left: -85px;
}
.left_compo4{
    padding-left: -25px;
    margin-left: -100px;
}

.pic{
    height: 15px;
    width: 15px;
    margin-left: 13px;  
}
.grade{
    padding-right: 10px ; 
    font-weight: 500;
}
.btn{
    height: 40px;
    width: 290px;
    font-family: 'Hanken Grotesk', sans-serif;
    color: var(--white);
    border-radius: 100px;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 110px;
    font-family: 'Hanken Grotesk', sans-serif ;
}
  
:root{
    --red: hsl(0, 100%, 67%);
    --yellow:hsl(39, 100%, 56%);
    --green: hsl(166, 100%, 37%);
    --purple: hsl(234, 85%, 45%);
    --off-white:#FAF9F6;
    --white: #FFFFFF;
    --light-grey: #D3D3D3;
    --obs-purple: linear-gradient(to right, #1d1160 45% , white 10%, #1d1160 45%);

}
.red{
    color: var(--red);
}
.yellow{
    color:var(--yellow);
}
.green{
    color: var(--green);
}
.purple{
    color: var(--purple);
}
.off-white{
    color: var(--off-white);
}
.white{
    color: var(--white);
}
.light-grey{
    color: var(--light-grey);
}
.surrounding-color{
    background: linear-gradient(hsl(252, 100%, 67%), hsl(241, 81%, 54%));
}
.inside-box{
    border: 0px solid black;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(hsla(256, 72%, 46%, 1),hsla(241, 72%, 46%, 0));
    border-radius: 500px;
}
.stretch{
    margin-top: 125px;
    margin-bottom: -26px;
}
.mid{
    margin-top: -105px;
}
.distance{
    margin-top: -19px;
    margin-bottom: 16px;
}
.great{
    margin-top: 20px;
    margin-bottom: 0px;
}
.left_indent{
    padding-left: 18px;
}
.top_indent{
    padding-top: 5px;
    margin-bottom: 17px;
}
.bottom_indent{
    padding-bottom: 0px;
}
.box_spacing{
    margin-bottom: 28px;
}
.btn_spacing{
    margin-bottom: 37px;
}
.light-font{
    font-weight: lighter;
}
.bold-font{
    font-weight: 950;
}
.font_size{
    margin-top: 20px;
    font-size: 25px;
}
.light-size{
    font-size: 17px;
}
.heavy-size{
    font-size: 80px;
}
.light-opacity{
    opacity: 0.6;
}
.hard-opacity{
    opacity: 0.7;
}
.super-light-opacity{
    opacity: 0.3;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* CSS button adjustment */
.button-27 {
  appearance: none;
  background-color: #000000;
  opacity: 0.87;
  border: 2px solid #1A1A1A;
  border-radius: 100px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  margin-left: 15px;
  height: 42px;
  width: 280px;
  outline: none;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
}

.button-27:disabled {
  pointer-events: none;
}

.button-27:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-27:active {
  box-shadow: none;
  transform: translateY(0);
}
