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

body {
    font-family: "Poppins";
    text-align: center;
}

/* Forcing the image size if it's too big */
img {
    width: 100px;
    height: 100px;
}
