@font-face {
  font-family: 'Funnel Display';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Funnel Display';
  src: url('../fonts/FunnelDisplay-Medium.ttf') format('truetype');
  font-weight: medium;
  font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}
html, 
body {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
body {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-family: 'Funnel Display', sans-serif;
    font-size: 2rem;
}
#wrapper {
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
#logo {
    width: 100%;
    max-width: 700px;
    & img {
        width: 100%;
    }
}
#logo_golimedia {
    align-self: end;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    width: 10%;
    min-width: 150px;
    height: auto;
    & a {
        text-decoration: none;
        font-size: 0.8rem;
    }
    & img {
        width: 100%;
    }
}
@media (max-width: 650px) {
    #wrapper {
        padding-top: 3em;
    }
}
.datum {
    align-self: start;
    margin: 0.5rem;
    font-size: 1rem;
}