import React from "react"; const styles = { background: { backgroundColor: "#0b2322", height: "100vh", display: "flex", justifyContent: "center", alignItems: "center", fontWeight: "bold", color: "white", } as React.CSSProperties, }; export default styles;