.App{background-color:#2c4e80;border-radius:50px;font-family:Nunito Sans,sans-serif;width:70svw;min-width:350px;height:70svh;min-height:500px;box-shadow:2px 2px 5px #0003}*{box-sizing:border-box;padding:0;margin:0}html,body{height:100%;background-color:#00215e;display:flex;justify-content:center;align-items:center;font-family:Nunito Sans,sans-serif}header{height:35%;padding:60px 60px 0;display:flex;justify-content:space-between;align-items:center}header .logo{width:120px;height:auto}@media (max-width: 768px){header .logo{width:100px;margin:0}}header .refresh{width:40px;height:auto;margin-right:30px;cursor:pointer}@media (max-width: 768px){header .refresh{margin:0}}header ul{margin:0;padding:5px;width:75%;max-width:500px;height:45px;min-width:300px;display:flex;flex-direction:row;justify-content:space-around;align-items:center;background-color:#fff;border-radius:300px}header ul li{display:flex;justify-content:center;align-items:center;min-width:110px;list-style:none;font-size:16px;font-weight:400;text-transform:lowercase;cursor:pointer;border-color:#000;border-width:10px}header ul li a{text-decoration:none;color:#807d6b}header ul li:hover{background-color:#ffc55a;border-radius:300px;height:35px;transition:.3s}header ul li:hover a{color:#22222e}header ul .active{color:#7fffd4}@media (max-width: 768px){header{padding:40px}}.Calculator{width:100%;margin-bottom:30px;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}.Calculator .scroll-wrapper{overflow-x:hidden;overflow-y:hidden;height:100%;width:100%;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.Calculator .scroll-wrapper .scroll-wrapper::-webkit-scrollbar{display:none}.Calculator .scroll-wrapper .scroll-container{display:flex;justify-content:center;width:400%;height:100%}.Calculator .scroll-wrapper .scroll-container .page{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;scroll-snap-align:center}.Calculator .scroll-wrapper .scroll-container .page .small-text{font-size:16px;font-weight:300;color:#fff}.Calculator .scroll-wrapper .scroll-container .page .large-text{font-size:40px;font-weight:700;color:#fff}.Calculator .scroll-wrapper .scroll-container input{width:110px;height:60px;min-height:40px;padding:20px 10px;margin:50px 0;border-radius:50px;border-style:none;font-size:18px;text-align:center;font-family:Nunito Sans,sans-serif}.Calculator .btn{display:block;background-color:#fc4100;color:#22222e;font-family:Nunito Sans,sans-serif;font-size:16px;width:10%;min-width:100px;min-height:40px;border-radius:20px;border-style:none;padding:8px 4px;margin-bottom:50px;cursor:pointer}.Calculator .bmi-wrapper{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:30px}.Calculator .bmi-wrapper .bmi{margin-bottom:20px}
