/* v 2023.07.04 */

*, *::before, *::after { margin: 0; padding: 0; border: 0; box-sizing: border-box; outline : none; }
body { height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: url('bg.jpg') center center; color: #000000; font-family: "Darker Grotesque", sans-serif; font-size: 1.2em; line-height: 1.1em;  font-weight: 500; }
a:link, a:visited { color:#000000; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
h1 { height: 40vh; width: 40vh; max-height: 90vw; max-width: 90vw; display: block; background-image: url(logo.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; }
h1 span { font-size: 0; }
address { font-style: normal; }
footer { padding-top: 5vh; }