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

.container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

.header {
    margin-bottom: 20px;
}

.content {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-link-image {
    max-width: 100px;
    height: auto;
}

h1 {
    font-size: 72px;
    margin-top: 25px;
    margin-bottom: 7.5px;
    color: aliceblue;
}

h2 {
    font-size: 48px;
    margin: 5px 0;
    color: aliceblue;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}
