| * { | |
| margin: 0; | |
| } | |
| .Toastify__toast--info { | |
| background-color: rgb(234, 237, 237) ; | |
| font-size: 14px; | |
| color: #131921; | |
| } | |
| .Toastify__progress-bar { | |
| background-color: #131921 ; | |
| } | |
| .Toastify__toast-container--top-right { | |
| top: 4em ; | |
| } | |
| .App { | |
| height: 100vh ; | |
| display: flex; | |
| flex-direction: column; | |
| } | |