@font-face {
    font-family: "fontti";
    src: url(Baloo_Chettan_2/BalooChettan2-VariableFont_wght.ttf);
}

body {
    font-family: "fontti", serif;
background-color: rgb(184, 185, 243);

}

.container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: aliceblue;
    padding: 30px 5%;
    border-radius: 20px;
}

h2 {
    margin-top: 30px;
    margin-bottom: 0;
}

li {
    margin-top: 10px;
}

