* {
    padding: 0;
    margin: auto;
}

header {
    background-color: grey;
}

nav, header{
    align-content: right;
}

body {
    text-align: center;
    background-image: url(https://pbs.twimg.com/media/EyKjbTHWYAQCOe_.jpg);
    background-position: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(1, 124, 158)
}

body, html {
    height: 100;
}

div {
    height: auto;
    margin: 0;
    padding: 10px;
    border: 5px solid rgb(3, 131, 41);
    margin: 0;
    text-align: center;
    box-align: center;
    border-radius: 15px;
    background-color: rgba(140, 255, 174, 0.462);
    position: relative;
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  }
  
header, h1 {
    text-align: center;
    padding-top: 50px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(0, 255, 76);
    
}

nav ul {
    display: flex;
    height: 40px;
    justify-content: space-between;
    list-style-type: none;
    padding: 0 20px;
}


a {
    font-family: Helvetica;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 15px white;
    border: 1px solid black;
    padding: 8px;
    background-color: rgb(1, 124, 158);
    border-radius: 10px;
   
}

p {
    text-align: center;
    text-size-adjust: 10px;
}

a:link {
    text-decoration: none;
}

nav ul li:hover a {
    color: rgb(255, 0, 0);
    text-shadow: 1px 1px 15px rgb(1, 124, 158);
}

h2{
    text-align: right;
    text-align: end;
}

