@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,96,300..800;1,96,300..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100vw;
    padding: 1em;
    background-color: #121e23;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 96;
    font-size: 1.2em;
}

.offline--container {
    display: flex;
    align-items: center;
    gap: 1.2em;
}

img {
    width: 8rem;
}

h1 {
    margin-bottom: .4em;
}

p {
    max-width: 64ch;
}
