.home-container{padding:50px;display:flex;align-items:start;flex-direction:column}.home-container p{color:#b0bec5;font-size:1.4rem;display:flex;align-items:center;opacity:1}.user-terminal{background-color:#333;border-radius:10px;display:flex;flex-direction:row;height:auto;align-items:center;justify-content:center;padding:8px 16px;margin-bottom:15px}.user-terminal p{padding:0;margin:0 5px 0 0;color:#e0e9ed;font-size:1.2rem}.user-terminal .yellow-terminal{color:#e5cb47;margin:0 10px 0 9px}.log{margin:0}.writing-cursor{display:inline-block;width:20px;height:4px;background-color:#b0bec5;margin-right:5px;margin-top:15px;margin-left:4px}.annimation{animation:cursor .6s infinite}.cursor{display:inline-block;width:20px;height:4px;background-color:#b0bec5;margin-right:5px;animation:cursor 1.1s infinite;margin-top:15px}@keyframes cursor{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.loading-bar{color:#b0bec5;font-size:1.4rem;margin:50px 0;padding:50px 0}.green-log{color:#43bb48!important;font-weight:700;margin-top:10px;margin-bottom:50px}@media (max-width: 768px){.home-container{padding:30px}.home-container p{font-size:.9rem}.cursor,.writing-cursor{width:10px;height:2px}.loading-bar{font-size:1rem;margin:32px 0;padding:32px 0}.green-log{font-size:.9rem}.user-terminal{background-color:#333;border-radius:10px;display:flex;width:100%;flex-direction:row;height:auto;align-items:center;justify-content:center;padding:8px;margin-bottom:15px}.user-terminal p{padding:0;margin:0 5px 0 0}}*{box-sizing:border-box}html{height:100vh;overflow:hidden;max-height:100vh}body{margin:0;font-family:Lexend,Ubuntu,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;width:100vw;padding:0}#root{height:100vh;width:100vw;overflow-x:auto}
