html {
    scroll-behavior: smooth;
}

body {
    overflow-y: auto;
    font-family: 'League Spartan', sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}

:focus {
    outline: 0;
}

a {
    text-decoration: none;
    color: #00662B;
}

p {
    line-height: 28px;
    font-weight: 300;
}

.small {
    font-size: 14px;
}

h2 {
    font-size: 36px;
    font-weight: 500;
}

.text-green {
    color: #00662B;
}

.avatar {
    width: 100%;
    max-height: max-content;
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.rounded-corner {
    padding: 25px;
    box-shadow: 2px 4px 5px 2px #00000026;
    border-radius: 36px;
}

.number-highlight {
    background-color: #FFF4BC;
    padding: 25px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    font-weight: 500;
}

.number-highlight .number {
    font-size: 40px;
}

.number-highlight .label {
    text-align: center;
    font-size: 16px;
}

.values {
    padding: 60px 10px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    font-weight: 500;
    color: #00662B;
    border: 1px solid #00662B;
}

.project-details {
    margin-bottom: 200px;
}

.img-full-height img {
    height: 100%;
    object-fit: cover;
    border-radius: 36px;
}

.card-head {
    padding: 15px 40px;
    font-weight: bold;
    color: #FFF;
    background-color: #00662B;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
}

.card-body {
    padding: 20px 40px;
}

.invert {
    text-align: right;
}

.invert img {
    transform: rotate(180deg);
}
