/* Layout-only CSS - positioning, alignment, spacing */

body {
    margin: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 1rem;
}

.container {
    text-align: center;
    margin: 2rem;
}

.terminal {
    overflow: visible;
    white-space: nowrap;
    margin: auto;
    position: relative;
}


.subtext {
    margin-top: 1rem;
}

.heart {
    display: inline-block;
}