@import url('https://fonts.googleapis.com/css2?family=Coral+Pixels&display=swap');

body {
    background-color: rgb(255, 255, 255);
    color: bisque;
    text-align: center;
    font-family: "Coral Pixels", serif;
    font-weight: 400;
    font-style: normal;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    font-size: 35px;
}
img {
    max-width: 100%;
}