body {
    background: #00e5ff;
    background: linear-gradient(90deg, rgba(0, 229, 255, 1) 0%, rgba(36, 204, 255, 1) 0%, rgba(13, 69, 255, 1) 100%);
    font-family: helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: italic;
}

header {
    background-color: rgb(93, 149, 255);
    color: #006eff;
}

h2 {
    color: #006eff;
}

footer {
    background: rgb(93,149,255);
    border: 5px solid rgb(0,119,255);
    margin: 25px;
    color: #006eff;
}