@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

main {
    color: #082E31;
    font-size: 16px;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
}

a {
    font-weight: 500;
}

strong {
    color: #082E31;
}

.content {
    min-height: 800px;
}

h2 {
    font-weight: 400;
}

p {
    text-align: justify;
}

footer {
    background-color: #E1E5E7;
    height: 50px;
}

.tc-w {
    color: #E1E5E7;
}

.gre-dark-bk {
    background-color: #082E31;
}