header{
    height: 70px;
    border: 1px solid black;
    padding: 15px 0;
    border-bottom: 1px solid rgb(0, 0, 0);
    background-color: rgb(97, 23, 23);
    width: 100%;
}
.container{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  

.fa-bars {
    display: none !important;
    font-size: 25px;
    color: white;
  }
  nav{
    width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    font-size: 25px;
    margin-left: 100px;
  }

  nav p a{
    color: rgb(247, 100, 100);
  }
  .main{
    font-size: 27px;
    color: rgb(243, 134, 134);
  }
  nav p:hover {
    color: rgb(245, 51, 51);
    cursor: pointer;
  }
.texti{
    height: 59px;
    width: 300px;
    margin-bottom: 20px;
    margin-left: 20px;
    display: block;
    margin-right: 30px;
    margin-top: 6px;
}
body{
    background-image: url(../images/img1.webp);
    height: 610px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: black;
}
.body h1{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 80px;
    margin-top: 300px;
}

footer{
    width: 100%;
    background-color: black;
    padding: 60px;
    margin-top: 100px;
    box-sizing: border-box;
}
.nav{
    display: flex;
    justify-content: space-around;
    font-size: 25px;
    margin-bottom: 10px;
    color: white;
}
  