@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";.graph-main{width:100%;height:100%;padding:0;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.graph-container{display:flex;flex-direction:column;align-items:center;padding:1em 0;justify-content:center;width:85%;height:87%;border-radius:50px;background:#27282c;box-shadow:20px 20px 60px #212225,-20px -20px 60px #2d2e33}.graph{width:90%;height:80%;display:flex;padding:1em;flex-direction:column;align-items:center;gap:2em;justify-content:center}.graph-container .button{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.search-main{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.search-main form{display:flex;flex-direction:row}.home-main{width:100%;height:calc(100% - 25px);display:flex;flex-direction:column;align-items:center}.title{padding:32px;font-size:3em;color:"red"}.footer{height:18px;padding:0 10px;display:flex;flex-direction:row;justify-content:space-between}.footer a{color:#fff}html,body{margin:0;padding:0;background-color:#27282c;color:#f7fdf9;width:100vw;height:100vh;font-family:Montserrat}#root{width:100%;height:100%}
