
h1{
    text-align: center;
}
.games{
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}

a {
   display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: blue;
    padding: 20px;
    width: 20%;
}