hr {
    border: none;
    border-radius: 50px;
    height: 2px;
    background-color: #000000;
    width: 85%;
    margin-left: 0%;
    margin-right: auto;
}

h2 {
    color: #2e8b2e ;
}

.section-title {
    color: #2e8b2e;
}

.section-sub-title {
    color: #1e90ff;
}

.container {
    margin-left: 20%;
    margin-right: 20%;
    padding: 5%;
    border: 4px solid #000000;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
}