.mainContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px;
}

.con {
    max-width: 750px;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 85px;
}

h2 {
    text-align: center;
    text-decoration: underline;
}

strong {
    color: green;
}

b {
    text-decoration: underline;
}

.bg {
    background-color: yellow;
}

.a {
    text-align: left;
}

.a ul li {
    margin: 20px 0;
    padding: 0;
}

.list {
    text-align: center;
    list-style-type: none;
}

.subHeadPvcH2 {
    text-align: left;
}

@media only screen and (max-width: 600px) {
    
}

@media only screen and (max-width: 300px) {
    
}


