/* Place your CSS styles in this file */

h1 {
    text-align: center;
    font-family: serif;
    font-weight: normal;
    color:#000000;
    font-size:60px;
    text-shadow: 0 0 5px #009485, 0 0 2px #89b3dd, 0 0 9px #2497f2;
}

p {
    color:#89b3dd;
    text-align:left;
    font-family:serif;
    text-shadow: 1px 1px #11395d, 0 0 2px #11395d;
    font-size:20px;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a:link {
  color: #2497f2;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #2497f2;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #009485;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #89b3dd;
  background-color: transparent;
  text-decoration: underline;
}


ol{
    list-style-type: circle;
}

hr {
  color:#009485;
}

body {
  background-image: url("../images/Me.png");
  background-color:#00001f;
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
  margin: 0;
}

header {
  color:#000000;
  font-family:serif;
  font-size:100px;
  text-align:center;
  text-shadow: 0 0 5px #009485, 0 0 2px #000000, 0 0 9px #2497f2;
}

.btn-group .button {
  background-color: #11395d;
  border: none;
  color: #2497f2;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  float: left;
  border-radius: 15px;
  box-shadow: 0 9px #009485;
  margin-right: 10px;
}

.btn-group .button:hover {
  background-color: #0d2b46;
}
.btn-group .button:active {
  background-color: #0d2b46;
  box-shadow: 0 5px #005d53;
  transform: translateY(4px);
}

.section1 {
  background-color: rgb(17, 57, 93, 0.3);
  border: 15px groove #009485a4;
  padding: 50px;
  margin: 20px;
}

.header {
  background: #0d2b46;
  padding: 15px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
        <!--Delete if needed-->
#navbar {
  background-color: #11395d;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
}

#navbar a {
  float: left;
  display: block;
  color: #2497f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #0d2b46;
  color: #009485;
}