body {
    font-family: "Georgia", serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.container {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 600px;
}
.logo {
    width: 300px;
    margin-bottom: 20px;
}
.text {
    font-size: 14pt;
    color: #333333;
    margin-bottom: 20px;
}
.link {
    font-size: 14pt;
    color: #0073e6;
    text-decoration: none;
    font-weight: bold;
}