body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: white;
    color: #333;
    display: flex;
    flex-direction:column;

}
main{
    display: flex;
    align-items:center;
    justify-content:center;
    background-color: white;
    /*height:100vh;*/
    overflow:hidden;
    margin: 5px 0px;
    
}
.container {
    height:auto;
    max-width: 800px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

h1 {
    background-color: white;
    text-align: center;
    color: #007bff;
}

h2 {
    background-color: white;
    color: #0056b3;
    padding: 10px 0px;
}

p, ul {
    background-color: white;
    margin: 10px 0;
    font-size: 16px;
}
p{
    line-height:1.4;
}
ul {
    list-style-type: disc;
    background-color: white;
    padding-left: 20px;
}

.info-section {
    padding-bottom: 30px;
    background-color: white;
}

span {
    background-color: white;
    font-weight: bold;
}
strong, #certifications > li{
    background-color: white;
    
}
