

h2 {
    color: #cf79f1; /* This sets the color of h2 elements */
    font-size: 2rem; /* This sets the size of h2 elements */
    text-align: center; /* This centers the h2 elements */
}

ul {
    padding: 0; /* This removes the default padding from the ul */
}

