body {
    background: linear-gradient(
        to bottom,
        #5e72e4 0%,
        #825ee4 20%,
        #a29bfe 50%,
        #dfe6e9 100%
    );
}

header {
    background-color: transparent;
    border-radius: 0;
}

h1, h2, h3 {
    color: #4b62e6;
}