@import url('https://fonts.googleapis.com/css2?family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');

.container {
    background: #c4d3ff;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Sour Gummy", sans-serif;
    padding: 20px;
   
}

body {
    padding: 0px;
    text-align: center;
    font-size: 15px;
    background-color: #9eaace;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 40px;
}

footer {
    background-color: black;
    color: aliceblue;
    padding: 20px;
}

code {
    overflow-wrap: break-word;
}

