body{
    margin: 0;
}
body {
    font-family: "Merriweather", serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
body {
    display: block;
    margin: 8px;
    min-height: 100;
}
:host, :root {
    --rem: 16;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.home main {
    flex-grow: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: -webkit-fill-available;
}

h1{
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    max-width: 46rem;
    width: 100%;
    font-size: 1rem;
    color: #2f2e2e;
    font-weight: 400;
    position: relative;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.header__text{
    padding: 0 40px;
}

/* .topbar__logo{
    min-width: 70px;
} */
