* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #617173ff;
}

h1 {
    font-family:
        Courier New,
        Courier,
        Lucida Sans Typewriter,
        Lucida Typewriter,
        monospace;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
}
h3 {
    font-family:
        Courier New,
        Courier,
        Lucida Sans Typewriter,
        Lucida Typewriter,
        monospace;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 15.4px;
}
p {
    font-family:
        Courier New,
        Courier,
        Lucida Sans Typewriter,
        Lucida Typewriter,
        monospace;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}
blockquote {
    font-family:
        Courier New,
        Courier,
        Lucida Sans Typewriter,
        Lucida Typewriter,
        monospace;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}
pre {
    font-family:
        Courier New,
        Courier,
        Lucida Sans Typewriter,
        Lucida Typewriter,
        monospace;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5667px;
}

#home-flex-container {
    display: flex;
    width: 100%;
    height: 100vh; /* full viewport height */
    align-items: center; /* vertical centering */
    overflow-x: hidden;
}

#home-image {
    flex: 1.5;
    padding: 10px 50px;
}

#home-image img {
    max-width: 100%;
}

#home-text {
    flex: 2;
    padding: 10px 50px;
}

#home-text p {
    font-size: 1.4rem;
    font-weight: bold;
}
