
@import url('https://fonts.googleapis.com/css2?family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: Arial,  sans-serif;
    background-color: rgb(247, 204, 204);
    font-family: "Sour Gummy", sans-serif;
    text-align: justify;
    hyphens: auto;
    
}


h1, h2, h3 {
    hyphens: manual;
    text-align: left;
}


.container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: aliceblue;
    padding: 10px 8%;
}


h2, h3 {
    margin-top: 30px;
    margin-bottom: 0;
}

li {
    margin-bottom: 0.5em;
}

ul {
    padding-left: 1.2em;
}

p {
    margin-bottom: 0;
}

p + p {
    margin-top: 0;
    text-indent: 2em;
}


h1 {
    font-size: 50px;
    text-shadow: 10px 10px 10px rgb(247, 204, 204);
}