.square1 {
  height: 100px;
  width: 100px;
  background-color: lightblue;
  display:flex;
  justify-content:center;
  align-items: center;
  border:1px solid grey;
  border-radius:10px;
  text-align:center;
}
.square2{
    width:100%;
    justify-content:center;
    align-items: center;
    border:1px solid lightblue;
    border-radius:10px;
    font-size:20px;
}
.square2>a{
    color:blue;
}
.square2 p{
    margin:0px;
}