h1{ color: darkblue;
   text-align: center;  
}
body {
    font-family: Arial, sans-serif;
    background-color: #e6f7ff;
    color:darkblue;
    margin: 0;
    padding: 0;
}

header {
    background-color: #0077b6;
    color: white;
    text-align: center;
    padding: 30px;
}
h3{ text align
    
nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    background-color: #023e8a;
    margin: 0;
    padding: 10px;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover {
    text-decoration: underline;
}

main {
    padding: 20px 40px;
}

section {
    margin-bottom: 40px;
}

h2 {
    color: #0077b6;
    border-bottom: 2px solid #00b4d8;
    padding-bottom: 5px;
}

footer {
    background-color: #0077b6;
    color: white;
    text-align: center;
    padding: 15px;
}


h2{ color:black;
   text-align: left;  
}

p{color : darkblue;
}

body{background-color: white;
    }


photo {
 position: absolute;
  top: 50px;
  left;100px