body {
    background-color: rgb(18, 80, 2);
    text-align: center;
    color: rgb(255, 255, 255);
    height: 100%;

}

a {
    color: inherit;
}

.header
{
    background: linear-gradient(180deg,rgba(18, 80, 2, 1) 0%, rgba(27, 120, 4, 1) 53%, rgba(37, 133, 13, 1) 100%);
    height: 150px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    border-radius:5px 5px 0px 0px;
    border-bottom: 2px solid rgb(116, 223, 90);
}

.main-body
{
    margin: auto;
    margin-top: 175px;
    background: rgba(130, 130, 130, 0.2);
    width: 80vw;
}

.footer
{
    background: linear-gradient(0deg,rgba(18, 80, 2, 1) 0%, rgba(27, 120, 4, 1) 53%, rgba(37, 133, 13, 1) 100%);
    min-height: 100px;
    height: 17.5vh;
    max-height: 150px;
    position: absolute;
    left: 0px;
    right: 0px;
    border-radius:5px 5px 0px 0px;
    border-top: 2px solid rgb(116, 223, 90);
}


.footer-info
{
    display: grid;
    justify-content: center;
    justify-items: center;
    width: 100%;
    height: 100%;
}