* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #000000;
}

.container {
    text-align: center;
    max-width: 900px;
    padding: 40px 20px;
}

.logo {
    width: 535px;
    max-width: 100%;
    margin-bottom: 30px;
}

.content p {
    margin-bottom: 16px;
    line-height: 1.6;
    font-size: 15px;
}

footer {
    margin-top: 30px;
    font-size: 13px;
    opacity: 0.8;
}
