@import url("https://fonts.googleapis.com/css2?family=Sacramento&display=swap");

body {
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Oxygen,
        Ubuntu,
        Cantarell,
        "Open Sans",
        "Helvetica Neue",
        sans-serif;
    font-weight: 400;
    font-style: normal;
}

.container {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container img {
    width: 200px;
    aspect-ratio: 1/1;
    margin: 0 16px;
}

.responsive-text {
    font-family: "Sacramento", cursive;
    font-size: 100px;
    text-align: center;
    margin: 0 16px;
}
