
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 20px;
}

.logo {
    max-width: 300px;
    width: 80%;
    height: auto;
    margin-bottom: 30px;
}

h1 {
    font-size: 3em;
    font-weight: 600;
    margin: 0;
}

p {
    font-size: 1.2em;
    font-weight: 300;
}
