
h1{
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 3rem;
    margin-top: 5rem;
    color:white
}
body{
    text-align: center;
    margin-top: auto;
    line-height: 50%;
    color: white;
    background-image: linear-gradient(rgb(0, 0, 0),rgb(68, 182, 68))
}

.section{
    margin-bottom: 2rem;
    margin-top: 5rem;
    font-style: italic;
}

.group{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    line-height: 40%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

