.name {
  color: red;
  background-color: blue;
  width: 60px;
  height: 50px;
  font-size: 25px;
  font-weight: 900;
  text-decoration: none;
  font-family: serif;
  z-index: 100;
  border-top: 1px dashed red;
  border-right: 1px dashed red;
  border-bottom: 1px dashed red;
  border-left: 1px dashed red;
  border-radius: 20px;
  padding: 5px;
}

.school {
  color: yellow;
  background-color: red;
  width: 100px;
  height: 80px;
  font-size: 15px;
  font-weight: 1000;
  text-decoration: none;
  font-family: arial;
  z-index: 200;
  border-top: 1px dotted blue;
  border-right: 1px dotted blue;
  border-bottom: 1px dotted blue;
  border-left: 1px dotted blue;
  border-radius: 30px;
  padding: 6px;
}

.grade {
  color: green;
  background-color: yellow;
  width: 120px;
  height: 70px;
  font-size: 30px;
  font-weight: 800;
  text-decoration: none;
  font-family: verdana;
  z-index: 100;
  border-top: 1px solid purple;
  border-right: 1px solid purple;
  border-bottom: 1px solid purple;
  border-left: 1px solid purple;
  border-radius: 40px;
  padding: 7px;
}

.about {
  color: silver;
  background-color: navy;
  width: 85px;
  height: 60px;
  font-size: 27px;
  font-weight: 500;
  text-decoration: none;
  font-family: helvetica;
  z-index: 300;
  border-top: 1px groove red;
  border-right: 1px groove red;
  border-bottom: 1px groove red;
  border-left: 1px groove red;
  border-radius: 50px;
  padding: 8px;
}
