#solizelogo {
    width: 16rem;
}
#innovationlogocontainer {
    max-width: 20rem;
}
#innovationlogo {
    max-width: 95%;
}
html {
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
}
body {
    background-color: #f3efe8;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin-top: 0px;
}
header {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
main {
    flex-grow: 1;
    margin-top: 6rem;
    margin-bottom: 2rem;
}
h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-top: 3rem;
    font-weight: 700;
    text-align: center;
    text-wrap: balance;
}
@media(min-width: 1280px) {
    h2 {
        margin-top: 6rem;
        padding-left: 3rem;
        padding-right: 3rem;
        font-size: 3rem;
        line-height: 1;
    }
}
p {
    text-align: center;
    padding: 0px 1rem 0px 1rem;
}
#earlyaccess {
    margin-top: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
}
@media(min-width: 1280px) {
    #earlyaccess {
        font-size: 1.25rem;
    }
}
#comingsoon {
    margin-top: 3rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}
hr {
    border-width: 1px 0px 0px 0px;
    border-color: rgb(229, 231, 235);
    border-style: solid;
    box-sizing: border-box;
    color: black;
    display: block;
    height: 1px;
    margin: 0px 0px 0px 0px;
    margin-block: 0px 0px;
    margin-inline: 0px 0px;
    overflow-x: hidden;
    overflow-y: hidden;
}
footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 1rem;
    gap: 1.25rem;
}
h4 {
    text-align: center;
    padding: 1.5rem;
    font-weight: 900;
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-block: 0px 1.25rem;
    margin-inline: 0px 0px;
}
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
li {
    margin-bottom: 1.25rem;
}
a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-decoration: none;
    color: black;
}
a:hover {
    text-decoration: underline;
}
@media(min-width: 1280px) {
    a {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
