body {
  background-color:#000;
  padding: 0 24px;
  margin: 0;
  height: 100vh;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 100px;
  margin-bottom: 200px;
}
img{
  margin-bottom: 20px;
}
a{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.6px;
  padding-bottom: ovw;
  margin-bottom: 8px;
}
h5{
  color: red;
}
