@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html {
    margin: 0;
    font-size: 100%;
    font-family: 'Rubik', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

img.logo {
    width: 10em;
    margin-bottom: 1rem;
    /* transform: scaleX(-1); */
    /* rotate: -15deg; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

header {
    padding: 1em;
    padding-bottom: 2em;
    padding-top: 3em;
    background-color: #141c34;
    text-align: center;
}

.login-button {position: absolute;top: 1em;right: 1em;}

strong {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: #141b33;
    font-size: 2em;
    line-height: 1.25;
}

.container {
    padding: 2em;
}

.centered {
    text-align: center;
    margin-top: 2em;
}

body {
    background-color: #ffffff;
    margin: 0;
}

p {
    padding-left: 2em;
    padding-right: 2em;
    text-wrap: pretty;
    line-height: 1.75;
    color: #141a32;
    font-size: 1em;
    font-weight: 500;
}

span.orange {
    color: #ff9528;
}

img.icon {
    height: 4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block;
}

strong.title {
    display: flex;
    margin-top: 1.5em;
    gap: .25em;
    color: teal;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .75em;
}

.centered > .icon {
    display: inline-block;
}

.trees {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 1em;
    margin-bottom: -20vw;
    margin-top: 4em;
}

.trees > * {height: 22vw;}

img.large-tree {
    height: 40vw;
}

img.small-tree {
}

.grass {
    background-color: #58a550;
    padding: 2em;
}

.grass > strong.title {
    font-size: 2.5em;
    margin-top: 0;
    color: white;
    margin-bottom: 0;
}

.grass {
    padding-top: 3em;
    font-size: 1.25em;
    line-height: 1.5;
    color: white;
}

strong.pro.title {
    color: #141a32;
}

badge {
    background-color: #ed943f;
    color: white;
    font-size: .3em;
    padding: .15em;
    padding-left: .5em;
    padding-right: .5em;
    border-radius: 0.25em;
    font-weight: 600;
    padding-top: .25em;
    top: .3em;
    position: relative;
    margin-left: .5em;
}

badge.pro {
    background-color: #141d35;
}

.spaceport-logo {
    height: 1.5em;
    display: inline-block;
    top: -4px;
    position: relative;
    padding-left: 7px;
}

footer {
    margin-top: auto;
    background-color: #2b2d30;
    color: white;
    font-weight: 400;
    font-size: .75em;
    padding: 2.5em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1em;
    padding-top: 5em;
    margin-top: 5em;
}