body {
   font-family: Arial, sans-serif;
   margin: 0;
   padding: 0;
   background-color: #f9f9f9;
   color: #333;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.content {
   margin-top: 150px;
   padding: 20px;
   max-width: 800px;
   background-color: white;
   border-radius: 8px;
   box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
   line-height: 1.6;
}

.content h1 {
   font-size: 28px;
   color: #007bff;
   margin-bottom: 20px;
   text-align: center;
}

.content p {
   margin-bottom: 15px;
   font-size: 16px;
   text-align: justify;
}

.content a {
   color: #007bff;
   text-decoration: none;
}

.content a:hover {
   text-decoration: underline;
}
