@import url('https://fonts.googleapis.com/css2?family=Tilt+Prism&display=swap');

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: black;
    font-family: 'Tilt Prism';
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.liquid-title {
    font-weight: bold;
    max-width: 100%;
    height: 100%;
}

svg {
    width: 100%;
    height: auto;
}
