.container{
    display:flex;
    flex-wrap:wrap;
  } 
  
.one{
    width:100%;
    display:flex;
    justify-content:flex-end;
  }
  
h1{
    background-color:#0067C3;
    color:white;
    padding:10px;
    font-size:35px;
    font-family: 'Playfair Display SC', serif;
  }
  
.name{
    width:100%;
  }
  
h2{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size:30px;
    color:#0067C3;
    text-align:center;
  }
  
.two{ 
    border-bottom:solid blue;
    width:25%;
  }
  
  .twoSecond{
    width:75%;
    padding-top:10px;
    font-size:20px;
    border-bottom:solid blue;
  }
  
  li{
    margin:20px;
    font-size:20px;
  }
  
  .three{ 
  border-bottom:solid blue; 
    width:25%;
  }
  
  .threeSecond{
    border-bottom:solid blue; 
    width:75%;
  }
  
  h3{
    font-size:25px;
  }
  
  p{
    font-size:20px;
  }
  
  .four{
    border-bottom:solid blue;
    width:25%;
  }
  
  .fourSecond{
      width:75%;
      border-bottom:solid blue; 
  }
  
  #graduate{ 
  float:left;
   }
  
  #gpa{ 
   float:right; 
  } 
  
  #course{
    clear:both;
  }