@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    font-family: "Nunito", sans-serif;
}

.center-content {
    text-align: center;
}

.center-content img {
    max-width: 100%;
    height: auto;
}
