.grid-container {
    display: grid;
    grid-template-columns: 1fr 3fr 2fr;
    grid-gap: 20px;
}

h1{ 
  color: #0000ff;
  font-size: x-large;
}
.h1
{
font-size: 14px;
background-color: #dddddd;
height:30px;
font-weight: bold;
color: #000000;
margin: 0px;
text-align: center;
}
.small_right
{
  text-align: right;
  font-size: 10px;
}
.small_left
{
  text-align: left;
  font-size: 10px;
  width: 14%;
}
.small_left2
{
  text-align: left;
  font-size: 10px;
  margin-left: 25%;
  width: 40%;
}
