* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, Arial, sans-serif;
}
  
body {
    font-family: Calibri, Arial, sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    background-color: #FF9D4D;
    background-image: url(../icons/background_sol.png);
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
}

h4 {
    color: white;
}

html, body {
    height: 100%;
    margin: 0;
}
/* Navbar */
.nav-wrapper {
    background-image: url(../icons/orange_gradiant.jpg);
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
}

.brand-logo{
    display: flex;
    justify-content: center;
    margin-left: 10px !important;
}

.material-icons {
    display: flex;
    justify-content: center;
}

.myNavBar {
    font-size: 18px;
    color: rgb(40 39 39);
    font-weight: bold;
}

.myNavBar:hover {
    font-size: 18px;
    color: black;
}

.mySidebar:hover {
    color: black;
}

.nav-wrapper {
    position: relative;
    z-index: 100;
}

.nav-wrapper img,
.nav-wrapper i.material-icons {
    vertical-align: middle;
}

.nav-wrapper .company-name {
    color: rgb(83, 80, 80);
    font-weight: bold;
    font-size: 30px !important;
 }