*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif}body{height:100vh;overflow:hidden}.wrapper{display:flex;height:100vh}.left-section{color:#fff;width:50%;display:flex;flex-direction:column;justify-content:center;padding-left:5%;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.left-section h1{font-size:4.5rem;font-weight:700}.left-section p{font-size:1.5rem;margin-top:1rem}.right-section{background-color:#fff;width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-right:5%}.button{border:2px solid #6d469f;border-radius:25px;padding:10px 20px;margin:10px 0;text-decoration:none;font-size:1.6rem;transition:background-color .3s ease-in-out,color 0s;min-width:525px;text-align:center}.logo-container{position:absolute;top:20px;right:20px}.logo{width:90px}@media (max-width: 768px){.wrapper{flex-direction:column;height:auto;overflow-y:auto}.left-section,.right-section{width:100%;padding:20px;text-align:center}.left-section h1{font-size:3rem}.left-section p{font-size:1.2rem}.button{min-width:100%;font-size:1.2rem}.logo-container{position:relative;margin:0 auto;top:10px;right:0}.logo{width:70px}}
