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

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    color: #2C3E50;
    font-family: "Georgia", "Times New Roman", serif;
    -webkit-font-smoothing: antialiased;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem;
}

.logo {
    max-width: 450px;
    margin-bottom: 3rem;
}

h1 {
    font-family: "Georgia", "Times New Roman", serif;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1.8;
    color: #2C3E50;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 18px;
}

.subtitle {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    line-height: 1.8;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 2rem;
}

.foundation {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 0.85rem;
    font-style: italic;
    color: #c4a47c;
    border: 1px solid #d3d3d3;
    padding: 15px 40px;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

.bottom-footer, .bottom-footer a {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 11px !important;
    color: #b0b0b0 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    text-decoration: none !important;
}
.bottom-footer {
    text-align: center;
    margin-top: 60px;
    padding-bottom: 40px;
}
.bottom-footer a:hover {
    color: #808080 !important;
}