.devide_img{
  display: block;
  margin: 0.5em auto;
  width: 15em;    
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap{
    padding-top: 6em;
    padding-bottom: 18em;
}

.winvite_logo{
    width: 12em;
}

.lefttext1{
    max-width: 30%;
}

.lefttext2{
    max-width: 40%;
    min-width: 40%
}

.lefttext3{
    max-width: 50%;
}

.index_img{
    object-fit: contain;
    max-width: 100%;
}

.front_container{
    display: block;
    border-bottom: 2px solid white;
}

.front_container2{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;  
    border-right: 2px solid white;
}

@media (max-width: 800px) {
    .front_container2 {
        flex-direction: column;
        justify-content: center;
    } 
    .lefttext1{
        max-width: 100%;
    }  
    .lefttext2{
        max-width: 100%;
    }   
    .lefttext3{
        max-width: 100%;
    }    
}

.titlebox1{
    background-color: #264348;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); 
    padding: 1em;
    margin: 1em;
    color: white;
}

.front_container3{
    flex: 1;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    margin: 1%;
    padding: 0.5em;
}

.winvite_tile {
    background: linear-gradient(300deg, #220582, #390bd4 ,#2b07a3);
    opacity: 0.8;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    animation: gradient2 10s ease infinite;
    background-size: 600% 600%;
    height: 100%;
}

@keyframes gradient2 {
    0%{background-position:5% 0%}
    50%{background-position:96% 100%}
    100%{background-position:5% 0%}
}
