body{
    margin: opx;
}
main{
    margin-left: 0px;
    margin-right: 0px;
}
h1{
    text-align: center;
}


.navbar ul{
    list-style-type: none;
    background-color: rgb(245, 245, 241);
    padding: 0px;
    margin: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 15px;
}

.navbar a{
    color:black;
    text-decoration: none;
    padding: 15px;
    display:block;
    font-size:20px;
   text-align: center;
}
.navbar a:hover{
    background-color: rgb(224, 224, 199);
    text-align: center;

}
.navbar li{
    display: inline-block;
    text-align: center;
}
p{
font-size:20px;
text-align: center;
}
h2, h3, h1, p, main {
    text-align: center;
}

<style>
a:link {
  color: rgb(0, 0, 0);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(0, 0, 0);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(0, 0, 0);
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: rgb(0, 0, 0);
  background-color: transparent;
  text-decoration: underline;
}
</style>

<html>
<head>
<style>
footer {
  text-align: center;
  padding: 3px;
  background-color: DarkSalmon;
  color: white;
}

footer{
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.authorphoto {
  margin-bottom: 80px;
  justify-content: center;
}
.instagram {
  justify-content: center;
}

