body{
 
}
p{
    font-size: 1.125rem;
    font-weight: 400;
    font-family: "effra", sans-serif;
font-weight: 400;
font-style: normal;
line-height: 150%;
}
br{
    margin-bottom: 10px;
}

#main-code{
  background-color: #F8F3EF;
   width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  min-width: 0;
  border-radius:15px;
}
iframe{
background-color:#F2EBE5;
padding:5px;
border-radius:15px;
}



.side-view{

   margin: 0 auto;
    width: 100%;
    padding: 10px;
     display: grid;
    grid-template-columns: 50% 50%;
}
.side-view p{
width: 80%;
background-color: #F2EBE5;
padding:20px;
border-radius: 15px;
margin: 0 auto;

}
.text-view{
    display: flex;
    position: relative;
    flex-direction: column;
justify-content: center;
}

.chart {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.chart.active {
  display: block;
  opacity: 1;
}
select {
    font-family: "effra", sans-serif;
  margin-top:1%;
padding:1rem;
  width: 20%;
  height: clamp(45px, 5vh, 50px);
  border-radius: 50px;
  border: 1px solid #4D45FF;
  background: #fff;
  color: #000000;
  font-size: 1em;
  padding: 0 36px 0 12px;
  appearance: none;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%234D45FF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 22px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.graphs{
    margin-top: 2%;
        max-width: 100%;
        overflow: hidden;
}


@media only screen and (max-width: 700px) {


.side-view{
display: grid;
    grid-template-columns: 100%;
    padding:0;
            overflow: hidden;
        margin:0 auto;
}
.side-view p{
width: 95%;
    padding:10px;
    font-size: 1em;
}
select{
    width: 90%;
        margin-bottom: 2%;

}

.text-view{

    margin-top: 10px;
}
}
