body{
    background-color: #ececee;
    font-family: 'Open Sans';
    overflow-x: hidden;
    margin: 0;

}

h1.arm{
 margin-left: 25px;
 margin-top: -30px;
 font-size:25px;
}

a.armenopedia{
    margin-left: 40px;
    text-decoration: none;

}
a.armenopedia:visited{
 color:black
}

img.log-img{
    object-fit: cover;
}

h1.title{
    margin-left: 30px;
    margin-top: 60px;
}
img.title-img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 600px ;
  width: 1000px;
  object-fit: cover;
  margin-top: 30px;
    

}

.custom-text-block {
    max-width: 800px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.6;
    font-size: 16px;
}

.custom-text-block p,
.custom-text-block ol,
.custom-text-block li {
    margin-bottom: 15px;
}



div.footer{
    height: 250px;
    width:100%;
    background-color: white;
    margin-top: 20px;
}

.footer-logo{
    margin-left: 100px;
    padding-top: 60px;
}
a.footer-logo-href{
    text-decoration: none;
}
a.footer-logo-href:visited{
 color:black;
 text-decoration: none;
}
.logo-desc{
    margin-top: -15px;
    font-size: 12px;
    color: rgb(71 85 105 / 1);
}

.footer-explore{
    margin-left: 480px;
    margin-top: -100px;
    position: absolute;
}

.exp{
    font-size: 14px;
     color: rgb(71 85 105 / var(--tw-text-opacity, 1));
     margin-top: -10px;
}

.footer-community{
     margin-left: 690px;
     margin-top: -100px;
     position: absolute;

}

.comm{
    font-size: 14px;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
     margin-top: -10px;
}

.newsletter{
     margin-left: 900px;
     margin-top: -140px;

}

input.email{
    width: 200px;
    height: 30px;
    margin-top: -15px;
    border-radius: 5px 0px 0px 5px;
    border:1px solid #ccc
    /* display: flex; */
}

/* .subscribe{
     height:34px;
     position:absolute;
     margin-top:-4px;
     background-color:rgb(168, 81, 15);
     border:none;
     border-radius: 0px 5px 5px 0px;
     color:white;
     
}

.subscribe:hover{
     height:34px;
     position:absolute;
     margin-top:-8px;
     background-color:rgb(168, 81, 15);
     border:none;
     border-radius: 0px 5px 5px 0px;
     box-shadow: 0px 0px 0px 0.6px rgb(168, 81, 15);
     color:white;
     
} */
