.class{
  text-align: center;
  }
.div {
  background-color: teal;
  width: 200px;
  height: 100px;
  float: left;
  border-radius: 5px;
  text-align: center;
  font-size: 2rem;
  margin-right: 3px;
  }
  

a {
  text-decoration: none;
  }