body {
  font-family: Tahoma, Arial, sans-serif;
  background: #f7faff;
  text-align: center;
  direction: rtl;
  margin: 0;
  padding: 0;
}
h1 {
  color: #055;
  margin-top: 30px;
}
.games-list {
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.games-list a {
  background: #e0f7fa;
  color: #055;
  text-decoration: none;
  padding: 20px 40px;
  margin: 15px 0;
  border-radius: 10px;
  font-size: 22px;
  transition: background 0.2s;
  box-shadow: 2px 2px 8px #cfd8dc;
}
.games-list a:hover {
  background: #b2ebf2;
}