 body {
   background-color: black;
   color: white;
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh;
   margin: 0;
   font-family: Arial, sans-serif;
 }

 .container {
   text-align: center;
 }

 #redirect-text {
   font-size: 24px;
   margin-bottom: 20px;
 }

 #countdown {
   font-size: 80px;
   font-weight: bold;
 }
