h1 {
    font-family: 'Oooh Baby', serif;
    font-size: 12em;
    margin: 0;
}

h3 {
    font-size: 2em;
    margin: 0;
    font-weight: 100;
}

* {
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: #f2f2f2;
    margin: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

