html {
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

body {
    background: linear-gradient(to bottom, #005477, #5cb8ff);
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #5cb9ff;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    margin-right: 20px;
}

nav ul li:last-child {
    margin-right: 40px;
}

nav ul li a {
    text-decoration: none;
    color: #005477;
    font-size: 1.5rem;
    font-weight: 600;
}

.logo img {
    max-width: 100px;
}

h1 {
    color: #FFFFFF;
    text-align: center;
}

firstrow {
    display: block;
}

secondrow {
    display: block;
}

footer {
    display: flex;
    justify-content: space-between;
    text-align: left;
    color: #005477;
    background-color: #005477;
}

footer a {
    color: #FFFFFF;
    text-decoration: none;
}

copyright {
    font-size: 14px;
    display: block;
    float: left;
    background-color: #005477;
}

copyright a {
    color: #CCCCCC
}

footer-one {
    width: 50%;
    float: left;
    padding: 10px;
    color: #FFFFFF;
    background-color: #005477;
    text-align: left;
}

footer-two {
    width: 20%;
    float: right;
    padding: 10px;
}

footer-three {
    width: 20%;
    float: right;
    padding: 10px;
}
footertwo ul {
    list-style: none;
}

footertwo ul {
    list-style: none;
    display: flex;
}

footertwo ul li a {
    text-decoration: none;
}
