.App{background-color:#f8f9fa;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.App *{font-family:Montserrat,sans-serif}.App .Content{overflow:hidden;max-width:90vw;width:400px;display:flex;flex-direction:column;gap:24px}.App .Content .top{display:flex;flex-direction:column;gap:8px}.App .Content .top h1,.App .Content .top p{margin:0;padding:0}.App .Content .top h1{font-size:30px;line-height:120%;color:#212529}.App .Content .top p{font-size:18px;line-height:150%;color:#343a40}.App .Content .media{font-size:16px;color:#343a40;font-weight:300}.App form{width:100%;display:flex;flex-direction:column;gap:32px}.App form .group{border-radius:8px;font-size:16px;display:flex;flex-direction:column;gap:4px;font-weight:400}.App form input{box-sizing:border-box;background-color:transparent;width:100%;height:100%;border:none;border-bottom:1px solid #ccc;padding:.5rem;font-size:1.5rem;font-family:Roboto,sans-serif;font-weight:400}.App form input:focus{outline:none;border-bottom:1px solid #8338ec}.App .finalnote{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;color:#495057;border-radius:8px;font-size:18px;font-weight:500;line-height:150%}.App .finalnote div{display:flex;flex-direction:column;justify-content:center;align-items:center}.App .finalnote div:nth-child(1){width:75%;align-items:flex-start}.App .finalnote div:nth-child(1) p{margin:0;width:90%}.App .finalnote div:nth-child(2){width:25%;font-weight:500;color:#f8f9fa;font-size:22px;border-radius:8px}.App .finalnote div:nth-child(2).good{background-color:#06d6a0}.App .finalnote div:nth-child(2).ok{background-color:#e9c46a}.App .finalnote div:nth-child(2).bad{background-color:#e63946}*{padding:0;margin:0;box-sizing:border-box;font-family:Montserrat,sans-serif;scroll-behavior:smooth}html,body,#root{height:100%;width:100%}
