body{
    text-align: center;
    margin: 0;
    padding: 0;
}
.image-container{
	    width: 100%;
    height: 100dvh;
    max-width: 768px;
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
    overflow-x: hidden;
    position: relative;

}
#bg-img{
	position: fixed;
    left: 0;
    width: 100%;
    height: 100dvh;
    display: inline-block;
    vertical-align: middle;
    object-fit: cover;
    object-position: bottom;
}

#base-div{
    top: 70%;
    text-align: center;
    position: absolute;
   
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
}
img#big-button {
    width: 100%;
    height: auto;
  
  
}

a{
    color: #98a5a9;
    font-size: 10px;
    text-decoration: underline;
}
#firm-button{
    border: none;
    
    background-color: transparent;

}
.Image{

    height: auto;
    width: 100%;

}
.comment{
    font-size: 28px;
}

@media only screen and (max-width: 768px) {

    .image-container{
    
        margin-left: 0px;
        margin-right: 0px;
    
    
    }
    .comment{
		font-size: 4vw;
    }
    
}
