.App{text-align:center;font-family:Roboto;letter-spacing:.1rem}.container{display:flex;flex-direction:row;margin:5% auto;width:635px;height:430px;background:white;box-shadow:0 0 50px rgba(0,0,0,.5)}.item{width:50%;position:relative}.item-image{height:430px;width:100%;object-fit:cover}.overlay-effect{position:absolute;top:0;bottom:0;left:0;right:0;opacity:.2;background-color:#303030;overflow:hidden;z-index:1}.item-details{position:absolute;bottom:0;margin-bottom:5px;margin-left:20px;color:#84a17d;text-align:left}.item-details__title{font-size:22px}.item-details__amount{font-weight:bolder}.checkout{background:#84a17d;display:flex;flex-direction:column;justify-content:center;height:430px;width:50%}.checkout-form{padding:20px}.checkout-field{display:flex;flex-direction:column;margin-bottom:20px}.checkout-field label{text-align:left;color:#e0eafc;font-size:10px;margin-bottom:5px;text-transform:uppercase;letter-spacing:.1rem}.checkout-field input{background-color:transparent;border:1px solid #cecece;border-radius:5px;color:#e0eafc;height:35px}.paystack-button{cursor:pointer;text-align:center;font-size:10px;letter-spacing:.1rem;text-transform:uppercase;background-color:#84a17d;font-weight:700;color:#e0eafc;border:none;border-radius:5px;width:100%;height:45px;margin-top:40px}.paystack-button:hover{background-color:#5a6d55}