:root {
    color-scheme: light dark;
}

body {
    font-family: 'Ubuntu Mono', 'calibri', 'verdana', 'arial';
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: light-dark(#333, #ccc);
    background-color: light-dart(#ccc, #111);
    margin: 0;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.item {
    width: 40rem;
    text-align: center;
}


.logo img {
    height: 12rem;
}

.description {
    padding: 0 1rem;
    margin: 48px 0 32px 0;
    border-bottom: 1px solid #ccc;
}

.description p {
    margin-bottom: 2rem;
}

.address {
    font-size: 0.9rem;
}
