body {
  background-image: url("");
  background-color: #add8e6;
  font-family:  helvetica;
  color: #FFFAFA;
  text-align: center;
  padding-bottom: 50px;
  font-size: 18px
}

html {
  scroll-behavior: smooth;
}

nav {
  background-color: #557C99;
  position: fixed;
  bottom: 10px;
  padding: 10px;
  border-radius: 15px
}

a:link {
  text-decoration: none;
  color: #FFFAFA;
}

a:visited {
  text-decoration: none;
  color: #FFFAFA;
}

a:hover {
  text-decoration: none;
  color: #EBBA54;
  font-size: 22px;
}

h1 {
  font-family: Georgia;
  color: #557C99;
  text-align: center;
}

h2 {
  font-family: Georgia;
  color: #557C99;
  border: 1px solid;
  display:inline-block;
}

P {}

  ol {}

    ul {
      text-align: center;
      list-style-position: inside;
      padding-inline-start: 0px;
    }

    li {
      text-align: center;
    }

footer {}

small {}

#spidey {
  float: right;
  position: absolute;
    right: 50px;
    top: 0px;
}


        #about-me {
          background-color: #557C99;
          padding-top: 5px;
          padding-bottom: 5px;
          border: 3px solid;
        }

        #Name {
          background-color: #557C99;
          border-radius: 20px;
          margin-left: auto;
          margin-right: auto;
          width: 450px;
        }
