@font-face {
    font-family: 'Sweet Dessert';
    font-style: normal;
    font-weight: 400;
    src: url('https://fonts.cdnfonts.com/s/79988/Sweet_Dessert_DEMO.woff') format('woff');
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    padding: 0;
    margin: 0;
}
.heading section {
    background-image: url(../../assets/images/confetti.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    background-color: palevioletred;
    padding: 55px;
    font-family: 'Sweet Dessert';
    box-shadow: 5px 5px 5px grey;
}
.heading h1 {
    font-size: 5rem;
}
.heading h2 {
    font-weight: 100;
    font-size: 3rem;
}
span {
    font-size: 1.2rem;
    position: relative;
    text-align: left;
    bottom: 0;
    left: 0;
}
.body {
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px;
    background-color: antiquewhite;
}
h3 {
    margin-bottom: 50px;
    font-size: 3rem;
    text-align: center;
    border-bottom: 2px solid grey;
}
.body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.body h4 {
    margin-bottom: 20px;
    font-size: 2rem
}
.body section {
    width: 50%;
    margin-bottom: 150px;
    font-size: 1rem;
    color: grey;
}
section h4 {
    text-align: center;
    color: #000;
}
ol li:nth-child(1) {
    background-color: aqua;
}
ol li:nth-child(2) {
    background-color: aquamarine;
}
ol li:nth-child(3) {
    background-color: bisque;
}
ol li:nth-child(4) {
    background-color: aquamarine;
}
ol li:nth-child(5) {
    background-color: aqua;
}
.big-text {
    color: #000;
    font-size: 2rem;
}