body {
    margin: 0;
    background-color: rgb(216, 228, 239);
    background-image: linear-gradient( to bottom, white, rgb(111, 127, 197));
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    
}
h1 {
    text-align: center;
    font-weight: bolder;
    text-transform: uppercase;
    margin-top: 30px;
    font-family: 'Tilt Warp', cursive;
    
}
#navbar {
    width: 100%;
    background-color: blue;
    height: auto;
}
nav ul {
    margin: 0px;
    padding: 5px 0px 5px 30px;
    text-align: center;
    font-family: sans-serif;
}
nav li {
    display: inline;
    margin-right: 20px;
}
a {
    text-decoration: none;
    color:black;
    font-weight: bold;
}
h2 {
    text-align: center;
    font-family: 'Tilt Warp', cursive;
    font-size: 40px;
    font-weight: bold;
}
h3 {
    text-align:center;
    font-family: 'Tilt Warp', cursive;
    font-size: 40px;
    font-weight: bold;
}
h4 {
    text-align:center;
    font-family: 'Tilt Warp', cursive;
    font-size: 40px;  
    font-weight: bold;
}
h5 {
    text-align:center;
    font-family: 'Tilt Warp', cursive;
    font-size: 40px;  
    font-weight: bold;
}
.container {
    display: flex;
    align-items: center;
    justify-content: center;
}
p {
    text-align: justify;
    font-size: 22px;
    margin-left: 40px;
    margin-right: 0;
    padding-right: 40px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: lighter;
}
ul {
   display: block;
   list-style-type: disc;
   margin-top: 1em;
   margin-bottom: 1em;
   margin-left: 0;
   margin-right: 0;
   padding-left: 40px; 
}
