@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');

:root {
    --mainfont: "Noto Sans", sans-serif;
}

body {
    background-image: linear-gradient(45deg, rgb(221, 248, 244), rgb(172, 169, 20));
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}


#share_button {
    background-color: rgba(27, 163, 79, 0.836);
    color: aliceblue;
}

header.station_name {
    font-size: 2rem;
    color: rgb(255, 255, 255);
    font-family: var(--mainfont);
    font-weight: 400;
    font-style: normal;
}

/* @media only screen and (max-width: 700px) {
    body {
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
    }
} */