* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

html {
  scroll-behavior: smooth;
}

button {
    cursor: pointer;
}

div,
a,
h1,
h2,
h3,
span,
nav,
li {
        color: #fff;
}

footer {
    background: #03164c;

    text-align: center;
    margin-top: 50px;

}