.Toast{padding:15px;border-radius:5px;margin-top:15px;cursor:pointer}.Toast.normal{background-color:#4c566a}.Toast.light{background-color:#eceff4;color:#3b4252}.Toast.red{background-color:#bf616a}.Toast.orange{background-color:#d08770}.Toast.yellow{background-color:#ebcb8b;color:#4c566a}.Toast.green{background-color:#a3be8c;color:#4c566a}.Toast.purple{background-color:#b48ead}.Toaster{position:fixed;z-index:1;width:400px;bottom:15px;right:15px}.Header{height:64px!important;display:flex;flex-direction:row;justify-content:center;align-items:center}.Header h1{font-size:32px}.Simulator{margin:0;padding:0}.Simulator p{margin-top:0}html,body,#root{padding:0;margin:0;width:100vw;height:100vh;background-color:#2e3440;color:#d8dee9;font-family:IBM Plex Sans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}html a,body a,#root a{color:#88c0d0;cursor:pointer;text-decoration:none}html a:hover,body a:hover,#root a:hover{text-decoration:dotted underline}.App{position:absolute;left:0;top:0;width:100vw;height:100vh}.App .content{display:flex;flex-direction:row;width:100%;height:calc(100vh - 64px);justify-content:space-between}.App .content .major-section.editor{width:calc(75vw - 5px)}.App .content .major-section.simulator{width:calc(25vw - 5px)}
