h1 {color:#240654;}

html { 
  background: url("https://projects.codecraftworks.com/web/j0L49auGYRyymAAq2vHg/assets/1.png");
  color:#240654;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#title {
   padding: .7em;
   font-family: "Merriweather", sans-serif;
   margin: 0vh;  
   border-radius: 25px;

  margin: 5px 5px;
  color: #3e497a;
  font-size: 30px;
  text-align:right;
}

nav {
  text-align: center;
  color:#240654;
  font-size: 24px;
}
details  {
  color: #240654;
  text-align: center;
   font-size:24px;
}

nav a {
color: #240654;
  padding: .3em;
  }
h2 {color: #240654;
  text-align: center;
  font-size: 45px;
}
h3 {
  color: #3e497a;
  text-align: center;
  font-size: 45px;
}
h4 {font-size: 45px;
  color: #3e497a;
}
h5 {font-size: 45px;
  color: #3e497a;
}
#content {
  
  padding: 4vh;
  font-family: "Merriweather", sans-serif;
  margin-bottom: 28px;
  margin: 0vh; 
  border-radius: 20px;
  color: #240654;
  font-size: 30px;
  text-align:center;
}
#proj {
  color:#3e497a;
 font-size: 25px;
}
.panel img{
 width: 20%;
  max-width: 100px;
  border-radius:20%;
  text-align: center;
  font-size: 30px;
}
footer{
  color:#3e497a; 
  font-size: 1.5em;
}
