@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');


body{background: rgba(240,240,235); font-family: 'Nunito', sans-serif; font-size: 12px; line-height: 15px;}
#head{background: white; display: flex; gap: 20px;     align-items: center;    justify-content: flex-start;    text-align: left; padding: 5px 30px 5px 10px;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);}

#head a#logo{padding: 40px 170px 30px 20px; background: url(../Images/bringit.svg) no-repeat center center; background-size: contain;}
#head ul.nav{display: inline-block; margin: 0; padding: 0; list-style: none; margin-top: 20px;}
#head ul.nav li{displaY: inline-block;}
#head ul.nav li a{font-size: 22px; font-style: italic; color: black; padding: 20px; text-decoration: none;}

#content{margin: 30px; Background: white; padding: 20px;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3); box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);}

table{width: 100%;}
table tr td{ border: none; padding: 8px;}
table tr{background: rgba(0,0,0,0.05);}
table tr:nth-child(odd){background: rgba(0,0,0,0.1);}
table select, table input, table textarea{width: 100%; padding: 8px; box-sizing: border-box;}
