main {
  min-height: 100vh;
}

#mirror-container {
  text-align: center;
  align-items: center;
  justify-content: center;
}

#mirror-item {
  background-color: #1F2029;
  border: 0.5px solid #141414;
  box-shadow: 0 0 10px #545454;
  border-radius: 10px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: 20px;
  margin-bottom: 20px;
}

#mirror-item:hover {
  background-color: #1B1C24;
}

#mirror-item a {
  text-decoration: none;
  color: #fff;
}

.mirror-title {
  font-size: 2.5em;
}

.mirror-btn-title {
  font-size: 1.8em;
}

.mirror-desc {
  font-size: 1.2em;
}
