.home{background-color:#f8f8f2;padding:3rem 2rem;border-radius:1rem;width:90vw;max-width:500px;display:flex;flex-direction:column;justify-content:space-around;align-items:center;gap:5rem;height:-moz-fit-content;height:fit-content;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home .button{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#001f3f;font-size:1.5rem;cursor:pointer;transition:color .2s ease}.home__title{font-size:2rem;font-weight:700;color:#001f3f;padding:.5rem 1rem;box-shadow:0 0 10px rgba(0,0,0,.2);border-radius:1rem;cursor:default}.home__content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.home__content__button,.home__content__button-2{margin-top:2rem;padding:.5rem 1rem;border-radius:.5rem;font-size:.8rem;font-weight:700;color:#001f3f;box-shadow:0 0 10px rgba(0,0,0,.2);cursor:pointer;transition:all .2s ease-in-out}.home__content__button-2:hover,.home__content__button:hover{transform:scale(1.1)}.home__content__button-2,.home__content__button-2-2{margin-top:0}