#logo img {
 width: 250px;
}
h1 { 
font-size: 2rem;
}
h1, h4 {
color: #ff7321;
}

a {
color: #ff7321;
}
a:hover {
    color: #ffb780;
}
.sidebar-nav li a:hover,
.sidebar-nav li:hover,
.sideBarButton:hover {
background-color: #ff7321;
color: white;
transition: 0.5s;
}