header {
  background-color: rgb(154, 61, 61);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

#logo-wrapper a {
  display: inline-block;
}

#logo-wrapper img {
  height: 50px;
  width: auto;
  display: block;
}

.pages a {
  text-decoration: none;
  color: azure;
  margin-left: 20px; 
  font-family: sans-serif;
}

.pages {
  display: flex; 
}
body {
    background: linear-gradient( to bottom, black 0% , red 100% );
    padding: 0px;
  }
.text {
    text-align: left;
    margin-top: 20cap;
}
h1{
   color: black;
    background-color: aliceblue;
    line-height: 3pc;
    text-align: center;
    margin-bottom: 0%;
    text-transform: capitalize;
    padding-bottom: 30px 20px;
}
h2{
    color: black;
    background-color: aliceblue;
    line-height: 3pc;
    text-align: center;
    margin-bottom: 0%;
    text-transform: capitalize;
    padding-bottom: 30px 20px;
}
p{
    color: aliceblue;
}
.myproject {
     color: white;
     background: linear-gradient(to right, #0a1c3e, #2a5298);
     padding: 0.1px 0.1px;
     line-height: 1.6;
     margin-top: 0;
     text-align: left; 
     padding: 20px; 
}
.myproject a{
text-decoration: none;
color: rgb(97, 162, 220);
}
.contact {
    background-color: #0a192f;
    color: white;
    padding: 0.1px 0.1px;
    line-height: 1.6;
    margin-top: 0;
    text-align: left; 
    padding: 20px; 
}
footer {
  background-color: #000000;
  color: aliceblue;
  padding: 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  flex-wrap: wrap; 
}

footer a {
  text-decoration: none;
  color: azure;
  font-size: 20px;
}

.social-icons {
  display: flex;
  gap: 15px;
}
