#kevins_test .row { 
display: flex; 
  flex-direction: row; 
  border: 1px solid #000; 
  margin-top: 10px; 
  margin-bottom: 10px; 
  padding: 10px; 
}
#kevins_test .left { 
display: flex; 
  flex-direction: column; 
  flex: 2;
}

#kevins_test .title { 
display: flex; 
  flex-direction: column; 
  flex: 2;
  color: purple; 
  font-size: 20px; 

}
#kevins_test .url a { 
display: flex; 
  flex-direction: column; 
  flex: 2;
  color: orange; 
  font-size: 10px; 
}
#kevins_test .ranking { 
display: flex; 
  flex-direction: column; 
  flex: 2;
  color: orange; 
  font-size: 20px; 
}

#kevins_test .right { 
display: flex; 
  flex-direction: column; 
  flex: 1; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
  border: 1px solid #000;
}
   border: 1px solid #000; 
}
#kevins_test .blue { 
color: blue;
}