
.button-container, .button-container-left {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.app-store-button img {
  
    height: 50px !important;
}

/* Specific styles for .button-container */
.button-container {
    justify-content: center;
}

/* Specific styles for .button-container-left */
.button-container-left {
    justify-content: flex-start;
}
p{
    color: #343434 !important;
    font-size: 16px !important;
    margin-top: 20px !important;
    line-height: 1.2 !important;
    font-family: 'Varela Round', sans-serif !important;
}
span{
    font-family: 'Varela Round', sans-serif !important;
}
p a{
    color: blue !important;
   text-decoration:  none !important;
}
p:nth-child(2){
    margin-top: 20px;
}
h1{
    margin-top: 50px;
    color: black;
    text-align: center;
    font-size: 35px;
    line-height: 1.2;
}
h2{
    margin-top: 50px;
    color: black;
    text-align: center;
    font-size: 35px;
    line-height: 1.2;
}

.image{
    margin-top: 50px;
    margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;

}

.image img{
    max-width: 250px;
    width: 100%;
    height: auto;
    border-radius: 15px;
}
span{
    font-weight: 700;
   
}
.main__title-center{
    /* center and size*/
    text-align: center;
    font-size: 36px !important;
    line-height: 1.1 !important;
    font-family: "Varela Round", sans-serif; 
    font-weight: bold;
}
.main__header{
    /* header-heihgt and padding */
    text-align: center;
    padding: 15px 15px !important;
}

.gray-text {
text-align: right;
    opacity: 0.6;
    font-style: italic;
    margin-bottom: 20px; /* Adjust the margin as needed */
}
.footer__copyright p{
    color: #333 !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    letter-spacing: 0.02em !important;
    font-size: 13px !important;
    margin-top: 0px !important;
    font-family: 'Varela Round', sans-serif !important;
}
.posted{
    display: flex;
    justify-content: center;
}
.posted p{
    color: #afafaf;
    font-size: 15px;
    margin-top: -5px;
}
ol{
    color: black;
}
li a{
color: #000;
}
li a:hover{
    text-decoration: underline;
    transition: 1s;
}
ol > li > ol > li {
    margin-left: 10px;
}
ol>li>ol>li{
    list-style: none;
}
.table-of-content{
    border: 2px solid #000;
    padding: 10px 40px;
    background-color: #edf6ff;
    display: inline-block;
    margin-top: 30px;
}
.table-of-content p{
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 700;
   
}
.title{
    display: flex;
    justify-content: center;
}
h4{
    padding-top: 45px;
    font-size: 28px !important;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
}
.list{
    margin-left: 25px;
    margin-bottom: 40px;
}
.list li{
    margin-top: 15px;
}
.list li a{
  font-size: 18px;
}

h5{
    margin-top: 50px;
    color: #000;
    text-align: left;
    font-size: 30px;
}
.content{
    margin-left: 20px;
   padding-top: 50px;
    
}
.content a{
  color: blue !important;
  border-bottom: 2px solid black;
  font-size: 20px !important;
}
.content a:hover{
   text-decoration: none;
  }
.content__image{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content__image img{
    max-width: 1200px;
    max-height: 450px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.content__image a{ 
    color: blue !important;
    margin-top: 30px;
    border-bottom: 2px solid black;
}
.text{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    font-weight: 900 !important;
}
.list-pros li{
margin-left: -10px;
margin-top: 5px;
}
a{
    color: blue;
}
.content__link{
    display: flex;
    justify-content: center;
    margin-top: 40px;
   
}
.content__link a{
   
    border-bottom: 2px solid black;
}
.content__text p{
    margin-top: 40px !important;
    font-weight: 900 !important;
}
.content__text ul li{
    color: #343434 !important;
    font-size: 16px !important;
    margin-top: 20px !important;
    line-height: 1.2 !important;
    font-family: 'Varela Round', sans-serif !important;
    list-style-type: disc;
}

.list li img{
   transform: translateY(5px);
}
.app-store-button a{
border-bottom: none;
}
.border{
    border-bottom: none !important;
}