

.intro{
    background-color: navajowhite;
    text-align: center;
    border-radius: 2em;
    overflow: auto;
    box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.3);
    max-width: 90vw;  
}
.b1{
    font-size: 0.9rem;
    display: inline-block;
    background: #F0EDE8;
    border-radius: 2em;
    border-color: rgb(76, 114, 172);
    border-style: solid;
    border-width: 2px;
    color: rgb(45, 72, 87);
    padding: 1em 1.5em;
    box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.3);
}
.b2{
    font-size: 0.9rem;
    display: inline-block;
    background: #e8eff0;
    border-radius: 2em;
    border-color: rgb(76, 114, 172);
    border-style: solid;
    border-width: 2px;
    color: rgb(45, 72, 87);
    padding: 1em 1em;
    box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.3);
}
.column {
    float: left;
    width: 50%;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
    
  }
.row{
    background-color: rgb(248, 232, 232);
    text-align: center;
    border-radius: 2em;
    overflow: auto;
    box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.3);
    max-width: 90vw;  
}

.Education{
    background-color: rgb(248, 232, 232);
    text-align: center;
    padding-top: 20px;
    margin: auto;
    margin-top: 5%;
    padding-bottom: 40px;
    width: auto;
    margin-bottom: 10%;
    border-radius: 2em;
    overflow: auto;
    box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.3);
    max-width: 90vw;   
}
.form{
    background-color: rgb(21, 40, 90);
    text-align: center;
    text-decoration: antiquewhite;
    border-radius: 2em;
    overflow: auto;
    box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.3);
    max-width: 90vw;  
}