* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'SpaceMono';
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
    background-color: #003942;
}

h1 {
    text-align: center;
    font-size: 22px;
    color: #f2ac3b;
    font-family: 'Lexend';
    font-weight: 200;
}

.header p {
    font-weight: 200;
    font-size: 16px;
    font-family: 'Lexend';
    text-align: center;
    color: #fff;
    opacity: .8;
    margin-top: 4px;
}

.icon {
    height: 47px;
}

.image {
    position: relative;
}

.row {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 92%;
    width: 100%;
}

.row p {
    font-family: 'SpaceMono';
    color: #fff;
    opacity: .8;
    font-size: 8px;
    font-weight: 300;
}

.logo {
    position: absolute;
    /* top: 78px; */
    top: 16px;
    /* left: 50%; */
    left: 20%;
    translate: -50% 0;
    z-index: 1;
    height: 40px;
    width: auto;
    /* filter: drop-shadow(2px 4px 10px black); */
}

.icon svg {
    padding: 4px;
    height: 48px;
    width: auto;
    /* border-radius: 50%; */
}

.links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header {
    background-color: #003942;
    color: white;
    padding: 16px 0 0 0;
    z-index: 1;
}

.text {
    margin-left: 1rem;
}

.text-header {
    color: #f2ac3b;
    font-family: 'SpaceMono';
    font-size: 18px;
    font-weight: 700;
}

.desc {
    opacity: .8;
    color: #fff;
    font-family: 'Lexend';
    font-size: 14px;
    font-weight: 200;
}

.links a {
    display: flex;
    align-items: center;
    font-size: 1rem;
    text-decoration: none;
    padding: 1rem;
}

.container {
    display: flex;
    justify-content: center;
    background-color: #003942;
    margin-top: 16px;
}

.banner {
    height: 200px;
    object-fit: cover;
    /* object-position: 10% 77%; */
}

img {
    width: 100%;
}

footer {
    color: #3D908A;
    text-align: center;
    font-size: 10px;
    margin-top: 8px;
    padding-bottom: 18px;
}

footer svg {
    margin: 0 0 16px 0;
    width: 60px;
    height: 18px;
}

footer svg path {
    fill: #3D908A;
}

footer p {
    font-family: 'Lexend';
    margin-top: 10px;
}

@font-face {
    font-family: 'SpaceMono';
    src: url(/SpaceMono-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'SpaceMono';
    src: url(/SpaceMono-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Lexend';
    src: url(/Lexend-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Lexend';
    src: url(/Lexend-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: 'Lexend';
    src: url(/Lexend-ExtraLight.ttf);
    font-weight: 200;
}

@font-face {
    font-family: 'Roboto';
    src: url(/Roboto-Condensed.ttf);
    font-weight: 400;
}