@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f2fdeb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.background__background-area{background:#f2fdeb;height:120%;left:0;position:fixed;right:0;z-index:-1}@media(max-width:480px){.background__background-area{height:1000px}}.background__background-circles{height:100%;left:0;margin:0;overflow:hidden;padding:0;position:absolute;top:0;width:100%}.background__background-circles li{animation:animate 20s linear infinite;background-color:#7c9c6c66;bottom:-150px;display:block;height:20px;list-style:none;position:absolute;width:20px}.background__background-circles li:first-child{animation-delay:0s;background-color:#a87c79;height:5rem;left:25%;width:5rem}.background__background-circles li:nth-child(2){animation-delay:2s;animation-duration:12s;height:1rem;left:10%;width:1rem}.background__background-circles li:nth-child(3){animation-delay:4s;height:1rem;left:70%;width:1rem}.background__background-circles li:nth-child(4){animation-delay:0s;animation-duration:18s;height:4rem;left:40%;width:4rem}.background__background-circles li:nth-child(5){animation-delay:0s;height:1rem;left:65%;width:1rem}.background__background-circles li:nth-child(6){animation-delay:3s;height:6.25rem;left:75%;width:6.25rem}.background__background-circles li:nth-child(7){animation-delay:7s;height:7rem;left:35%;width:7rem}.background__background-circles li:nth-child(8){animation-delay:15s;animation-duration:45s;height:1.5rem;left:50%;width:1.5rem}.background__background-circles li:nth-child(9){animation-delay:2s;animation-duration:35s;height:.9rem;left:20%;width:.9rem}.background__background-circles li:nth-child(10){animation-delay:0s;animation-duration:11s;background-color:#e7c59f;height:7.5rem;left:85%;width:7.5rem}@keyframes animate{0%{border-radius:10%;opacity:1;transform:translateY(0) rotate(0deg)}to{border-radius:100%;opacity:0;transform:translateY(-1500px) rotate(-400deg)}}.homepage{display:flex;flex-direction:column;justify-content:center;min-height:100vh;position:relative;text-align:center;width:100%}.homepage__header{font-size:5rem;font-weight:500;padding-left:20px;padding-right:20px}.homepage__sub-header{font-size:2.2rem;font-weight:400;margin-top:30px;padding:0 20px}.homepage__tagline{font-size:1.5rem;font-weight:300;margin-left:auto;margin-right:auto;margin-top:30px;max-width:650px;padding-left:20px;padding-right:20px;text-align:center}@media(max-width:480px){.homepage__header{font-size:3.2rem}.homepage__sub-header{font-size:1.3rem}.homepage__tagline{font-size:1rem}}.contact{display:flex;flex-direction:column;justify-content:center;margin:150px auto 30px;min-height:100vh;position:relative;text-align:center}.contact__header{font-size:3rem;font-weight:500}@media(max-width:480px){.contact__header{font-size:2.5rem}}.contact__contact-icons{display:flex;justify-content:space-between;margin-left:auto;margin-right:auto;margin-top:60px;width:300px}@media(max-width:480px){.contact__contact-icons{font-size:2.5rem}}.app{color:#6d7a66;font-family:Montserrat,sans-serif;position:relative}