
.main-container {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #a58a5f;
    border-radius: 60px;
    padding: 0px 10px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    background-color: rgba(61, 80, 92, 0.9); 
}

.button-container {
    padding-top: 0px;
}

.button-container .btn {
    background-color: #a58a5f !important;
    color: #3d505c !important;
}

.button-container .btn i {
    color: #3d505c !important;
}

.button-container .btn:active {
    background-color: #f4e7d8 !important;
}

.button-container button{ 
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.eoh-background-flou {
    position: relative;
    /* background-color: rgba(61, 80, 92, 0.5); */
    
    background-color: #111111;
    backdrop-filter: blur(10px);
}

.eoh-color-lightbrown{
    color:#a58a5f;
}

#eoh-div-newsletter{
    width: 100%;
    text-align: center;
}

#eoh-div-copy{
    text-align: left;
}

#eoh-div-powered{
    text-align: right;
}

@media only screen and (max-width: 768px) {
    #eoh-div-copy{
        text-align: center;
    }
    
    #eoh-div-powered{
        text-align: center;
    }
  }