#headline {
    display: grid;
    justify-content: center;
    text-align: center;
    background-image: linear-gradient(225deg, #3266a2, #98cfbf);
    padding: 20px 0;
}

#headline h4 {
    color: #3949a0;
}

#headline h2 {
    color: #fff;
    font-size: 40px;
}

#headline #line {
    width: 70px;
    height: 10px;
    background-color: #3949a0;
    justify-self: center;
    margin-top: 20px;
}

#aboutus {
    display: grid;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    padding-top: 30px;
}

#aboutus p {
    max-width: 700px;
}

#aboutus a {
    color: #3949a0;
    text-decoration: none;
}

#aboutus a:hover {
    color: #3949a0;
    text-decoration: underline;
}