@import url(https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--Cyan:#2ab2af;--Yellow:#c0df34;--LightGray:#e5eff5;--GrayishBlue:#98a6bd}body{align-items:center;background-color:#e5eff5;background-color:var(--LightGray);display:flex;font-family:Karla;font-size:16px;height:100vh;justify-content:center}.App{background-color:#fff;border-radius:5px;box-shadow:0 0 100px -30px #98a6bd;box-shadow:0 0 100px -30px var(--GrayishBlue);overflow:hidden;width:635px}.header{padding:2.5rem}.header h1{color:#2ab2af;color:var(--Cyan);font-size:1.5rem;font-weight:700;margin-bottom:1.8rem}.header p:nth-child(2){color:#c0df34;color:var(--Yellow);font-size:1rem;font-weight:700;margin-bottom:1rem}.header p{color:#98a6bd;color:var(--GrayishBlue)}.bottom-section{display:flex}.price-section{background-color:#2ab2af;background-color:var(--Cyan);color:#e5eff5;color:var(--LightGray);display:flex;flex-direction:column;justify-content:space-between;padding:2.5rem;width:50%}.price-section h2{font-size:1.2rem;margin-bottom:.5rem}.price-section button{background-color:#c0df34;background-color:var(--Yellow);border:0;border-radius:5px;color:#e5eff5;color:var(--LightGray);font-weight:700;height:50px;margin-top:1rem;text-decoration:none;width:240px}.price-section button:hover{color:#2ab2af;color:var(--Cyan);cursor:pointer}.price{align-items:center;display:flex;margin-bottom:.5rem}.price p:first-child{font-size:1.5rem;font-weight:700;margin-right:.5rem}.price p:nth-child(2){color:rgba(200,216,238,.952);font-size:1rem}.footer{background-color:rgba(42,178,175,.8);padding:2.5rem;width:50%}.footer a{color:#e5eff5;color:var(--LightGray);text-decoration:none}.footer a:hover{color:#c0df34;color:var(--Yellow)}.footer li{list-style:none}.footer h2{color:#e5eff5;color:var(--LightGray);font-size:1.2rem;margin-bottom:15px}@media only screen and (max-width:660px){body{height:auto}.App{margin:1rem;width:310px}.footer,.header,.price-section{padding:1.5rem}.header h1{font-size:1.3rem}.bottom-section{flex-direction:column;height:auto}.footer,.price-section{height:225px;width:auto}}
/*# sourceMappingURL=main.68dd6151.css.map*/