body {
    margin: 0;
    padding: 0;
    background-color: #262d1f;
    color: #ccc5b9;
    font-family: "Georgia", serif;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.logo {
    position: absolute;
    top: 40px;
    left: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.logo img {
    height: 70px;
}
.logo-text {
    letter-spacing: 2px;
    font-size: 0.9rem;
    line-height: 1.2rem;
    text-align: left;
}
.content {
    margin: auto;
    text-align: center;
}
h1 {
    font-size: 8rem;
    margin-bottom: 50px;
    font-weight: 700;
}
.subheadline {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 70px;
}
.email {
    font-size: 1.5rem;
}
