html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    background-color: #111;
    color: #f5f5f5;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.content {
    padding: 10px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newsletter {
    margin: 0 auto;
    margin-top: 20px;
    position: fixed;
    bottom: 20px;
}

.newsletter input[type="text"] {
    padding: 2px;
    font-size: 12px;
    border: none;
    border-radius: 4px;
    margin-right: 10px;
    width: 200px;
    color: white;
    background-color: #111;
}

.newsletter input[type="button"] {
    padding: 2px 8px;
    font-size: 12px;
    border: none;
    border-radius: 4px;
    background-color: #f0f2f5;
    color: #111;
    cursor: pointer;
}

.links {
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    color: #f0f2f5;
}

a {
    color: #f0f2f5;
    text-decoration: none;
}

p {
    color: #f0f2f5;
}

.eunha {
    object-fit: cover;
}