@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500;700&display=swap);body{margin:0;font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;width:100vw;background-color:#f5f5f5}.block{width:100%;background-color:#fff;border-radius:25px;box-shadow:0 0 10px rgba(97,81,81,.15);max-width:450px}.block h1{font-size:18px;margin-bottom:0}#root{height:100%}h1{font-weight:600}.logo{height:75px;width:75px;border-radius:10px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,'Courier New',monospace}