.gridContainer > div:nth-child(n) .gridPlain{
display: flex;
justify-content: center;
background-color: #1f272e;
padding: 20px;
}
.gridContainer > div:nth-child(n) p{
padding: 1%;
color: #1f272e;
font-weight: 800;
}

.gridContainer > div:nth-child(n) .button{
align-items: center;
display: flex;
justify-content: center;
}

/*Button*/
.button{
  width: 80%;
  height: 100%;
  text-align: center;
  text-decoration: none !important;
  background-color: white;
  color: black;
  border-radius: 10px;
  transition: 0.5s;
  margin-top: 5px;
}
.button:hover{
background-color: #e0e0e0;
}
p {
margin-top:1rem; 
}