   body {
    font-family: sans-serif;    
     background-color: black;
   }

   header {
    font-family: sans-serif;
    background-color: black;
   }

   .black {
    font-family: sans-serif;
    color: white;
}

.box {
  align-items: center;
  font-family: sans-serif;
  border: 1px solid;
  border-radius: 5px;
  border-color: white;
}

h6 {
  color: gray;
}

a {
  color: white;
  size: 10px;
}

body {
  background-color: #000;
  font-family: Arial, sans-serif;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.container {
  text-align: center;
}

.icon {
  font-size: 80px;
  color: #ffcc00;
}

h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

p {
  font-size: 18px;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #1e90ff;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}
