* {
  max-width: 1300px;
  margin: auto;
    font-family: calibri light;
 }
body {
  color: MidnightBlue;
  background: AliceBlue;
}
small {
  color: Gray;
}
.first{
    width: 40vw;
    height: 100px;
    float: left;
	  padding-left: 50px;
    
}

.second {
    width: 20vw;
    height: 1050px;
    background-color: SteelBlue;
  color: white;
    float: right;
  padding-left: 50px;
     
}