html, body {
  height: 100%;
}

body {
  background: rgb(12,12,12);
  background: linear-gradient(180deg, rgba(12,12,12,0.039653361344537785) 0%, rgba(255,255,255,1) 100%);
  padding: 0 20px;
}

.container {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.links {
  display: flex;
  flex-direction: column;  
  gap: 20px;
  width: 100%;
  align-items: center;
}

.link {
  background: #121212;
  color: white;
  display: block;
  text-decoration: none;
  font-family: arial;
  width: 100%;
  max-width: 600px;
  text-align: center;
  padding: 16px 0;
  font-size: 16px;
  border-radius: 4px;
  box-shadow: rgba(10, 11, 13, 0.08) 0px 2px 4px 0px;
}
