.logo, .main, .header, .image, .action, .footer{
    display: flex;
    flex-direction: column;
    align-items: center
}

.logo{
    border-bottom: 1px solid #373737;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 70%;
    
}

.logoimg{
    width: 150px;
}
h2{
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: lighter;
}
h1{
    text-align: center;
    color: #F1701B !important;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
}
h3{
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}


#button{
   
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    display: flex;
    flex-direction: column;
  }
  button {
     color: rgb(255, 255, 255);
     font-weight: 600;
     background-color: rgb(49, 97, 3);
     font-size: 20px;
     border: 1px solid rgba(0, 0, 0, 0.2);
     background: linear-gradient(rgb(26, 131, 5), rgb(16, 82, 3));
     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
     border-radius: 3px;
     padding: 10px 15px 10px 15px ;
     font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
     width: 100%;
     cursor: pointer;
  }

.image-container{
    display: flex;
    flex-direction: column;
    /* border: 3px solid #373737; */
    height: 100%;
    padding: 10px;
    width: 90%;
    align-items: center;
    margin: auto 20% auto 20%;
    overflow: hidden;

}

.action{
    background-color: #FFFD37;
    text-align: center;
    font-family: "Roboto", sans-serif;
    width: 95%;
    padding: 0px;
}

.pic{
    display: flex;
    justify-content: center;
    object-fit: contain;
    height: 100%;
    width:95%;
    border-radius: 15px;
}

.action p{
    margin-top: 0%;
    margin-bottom: 0%;
}

.footer{
    text-align: center;
    font-family: "Roboto", sans-serif;
}


.button-text {
    font-family: "Noto Serif", Helvetica, sans-serif !important;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    margin-top: 10px;
    
 }

 

 
/* .line{
    border-bottom: 1px solid #373737;
    width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;
} */
   