﻿body {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 100vh;
     margin: 0;
     text-align: center;
     font-family: Arial, sans-serif;
     background-color: #f4f4f4;
     }
     
     
.content {
            padding: 45px;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

.logo {
            max-width: 450px;
            margin-bottom: 10px;
        }

h1 {
            font-size: 1.2em;
            color: #000;
        }
p {
            font-size: 1.2em;
            color: #555;
        }


        