* {
    margin: 0; padding: 0;
}
body {
    background-color: lightblue;
    color: yellow;
    font-family: "caveat", "Playwrite RO", cursive;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 575px;
}
header {
    background-color: red;
    text-align: center;
    border-top: 0px;
    border-bottom: 4px solid #222;
}
header h1 {
    font-size: 40pt;
    letter-spacing: 6px;
    text-shadow: 4px 3px 4px #509324;
    background-color: purple;
    box-shadow: .5px -8px 10px 5px yellow;
}
header h1 + p {
    color: #236109; 
    font-weight: bold;
    font-size: 18pt;
    margin-top: 5px;
    background-color: white;
    box-shadow: .5px 8px 10px 5px black;
}
.a {
    width: 300px;
    float: left;
    transform: rotate(4deg);
    box-shadow: -8px 8px 10px 5px green;
    border-radius: 20px;
}
.b {
    width: 300px;
    float: right;
    transform: rotate(-4deg);
    box-shadow: 8px 8px 10px 5px blue;
    border-radius: 20px;
}
#p1 {
    background-color: red;
    padding-top: 18px;
    font-size: 18pt;
    box-shadow: 1px 8px 10px 5px lightblue;
}
footer {
    background-color: red;
    text-align: center;
    bottom: 0;
    width: 9%;
    position: fixed;
    display: flex;
    justify-content: center;
}
h2 {
    background-color: blue;
    text-align: center;
    margin-left: 10px;
    font-size: 28pt;
    box-shadow: 1px 25px 10px 5px white;
}
section {
    text-align: center;
}
p {
    color: yellow;
    text-align: center;
}
a {
    color: white;
}
a:hover {
    color: yellow;
}
.des1 {
    color: black;
}
.list {
    background-color: rgb(27, 142, 27);
    text-align: center;
    width: 100%;
    font-size: 24pt;
    padding-top: 18px;
}
#LI1 {
    padding-top: 20px;
    padding-bottom: 10px;
}
#LI2 {
    padding-bottom: 10px;
}
#LI3 {
    padding-bottom: 10px;
}
#LI4 {
    padding-bottom: 10px;
}
#LI5 {
    padding-bottom: 10px;
}
#LI6 {
    padding-bottom: 10px;
}
#LI7 {
    padding-bottom: 10px;
}
#LI8 {
    padding-bottom: 10px;
}
#LI9 {
    padding-bottom: 10px;
}
#LI10 {
    padding-bottom: 10px;
}
#LI11 {
    padding-bottom: 10px;
}
#LI12 {
    padding-bottom: 40px;
}
html {
    scroll-behavior: smooth;
}