sdy

update MenuBar TitleBox.js

......@@ -4,11 +4,17 @@ import styled from "styled-components";
const TitleBox = styled.div`
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 15%;
font-size: 30px;
color: white;
margin-bottom: 10px;
`;
const Title = styled.span``;
const Title = styled.span`
font-family: "Raleway", sans-serif;
`;
export default () => {
return (
......