body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #0a0810;
}

.centeredImage {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.verticalCenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.horizontalCenter {
    text-align: center;
}

h1 {
    color: #ffffff;
    font-size: 2em;
    margin-bottom: 20px;
}

h2 {
    color: #ffffff;
    font-size: 1.5em;
    margin: 10px 0;
}

p {
    color: #ffffff;
    font-size: 1.2em;
    margin: 10px 0;
}