h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

.requireList {
    max-width: 800px; 
    margin: 0 auto; 
    text-align: left; 
}

.requireList ul {
    list-style-type: none; 
    padding-left: 0; 
}

.requireList li {
    font-size: 20px;
    margin-bottom: 10px; 
}

.requireList strong {
    font-weight: bold; 
}