* {
  box-sizing: border-box;
}
body {
    background-color: #2e294e;
    text-align: center;
  }
  /* background color */
  div {
    text-align: center;
    margin-left:  30px;
    margin-right: 30px;
  }

  /* heading font start */
  h1, h2, h3 {
    font-family: 'Times New Roman', Times, serif;
    color: #EDD4B2;
  }
  h1{
    font-size: 45px;
  }
  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 20px;
  }
  nav{
    background-color: #2e294e;
    font-size: 25px;
  }

  /* header/footer element start */
  header, footer {
    background-color: #2e294e;
  }
  header {
        margin: 0px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
  }
  footer {
        margin: 10px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
  }

  /* image */
  img {
    margin: 10px;
    border-radius: 50%;
  }
  /*paragraphs, lists, links */
  p, li, a {
    font-family: "georgia", 'lucida console';
    color: #ffeedb;
  }
  /* list specific
  li {
    margin-left: 70px;
    margin-right: 70px;
  } */
  /* section color */
section{
  border: 5px solid #d4aa7d;
  background-color: #989fce;
}
/* attaches contact ye section */

/*hr class */
.flex-box{
  display: flex;
  margin-left: 20% !important;
margin-right: 20% !important;
}
/*
.resize{
  margin-left:45%;
  margin-right: 45%;
} */
  hr {
    width: 15px;
    height: 15px;
    border: none;
    background: #ffeedb;
    color: #000;
    margin-top: 50px;
    margin-bottom: 50px;
    transform: rotate(45deg);
  }
  /*link css*/
  a:link {color: #a4bfeb;}
  a:active {color: #c6d8af;}
  a:hover {color: #942911;}
  a:visited {color: #d4aa7d;}
