
@font-face {
    font-family: montserrat;
    src: url(assets/montserrat.ttf);
}

body {
    font-family: montserrat;
    margin: 25px 0;
    overflow: hidden;
    background-color: SlateGray;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#county-underline {
    margin: 0.25rem 0.25rem 1.25rem 0.25rem;
    border-top: 2px solid white;
    max-width: 75%;
}

h2 {
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    color: white;
}

#root-container {
    width: 100%;
    height: 100%;
}

#county-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}

#county-icon {
    height: 1.35em;
    padding-right: 0.25em;
}

#spinner-icon {
    height: min(10vh,10vw);
    width: min(10vh,10vw);
}
