body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    padding:10px;
    height:100vh;
    height: calc(var(--vh, 1vh) * 100);
}

#wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
}

svg {
    max-width:500px;
}

#logo {
    max-width:500px;
    padding:15px;
}
