body {
    font-family: 'Roboto Mono', monospace;
}

#map {
    height: 50%;
    width: 80%;
}


#content {
    display: flex;
    flex-direction: column;
    width: 100dvw;
    height: 100dvh;
    margin-top: 10%;
    align-items: center;
}

#invite-details {
    margin-top: 20px;
    text-align: center;
}

#maps-link {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    display: flex;
    align-items: center;
    background-color: white;
    border: 1px solid black;
    margin-top: 20px;
    border-radius: 10px;
    padding: 5px;
    text-decoration: none;
    color: initial;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 15px;

}

#gmaps-logo {
    height: 20px;
    margin: 0px 1px 0px 5px;
}

.label {
    font-size: large;
    color: darkgray;
}

.value {
    font-size: xx-large;
}
