@charset "utf-8";

    margin: empty;
    padding: empty;
    height: 100%;
    overflow: hidden;
    color: white;
}

h1 {
    background:#bddba4;
	text-decoration-color: #f7e7e0;
    background-clip: text;
    text-fill-color: transparent;
}

.container {
    height: 100%;
    display: flex;
}

#toolbar {
    display: flex;
    flex-direction: column;
    padding: 5px;
    width: 100px;
    background-color: #bddba4;
}

#toolbar * {
    margin-bottom: 6px;
}

#toolbar label {
    font-size: 12px;
}

#toolbar input {
    width: 100%;
}

#toolbar button {
    background-color: #eabedb;
    border: none;
    border-radius: 2px;
    color:white;
    padding: 2px;
} 

/* nav n header */
body {
  font-family: 'Segoe', 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
margin: auto;
}


.header {
  padding: 1px;
  text-align: center;
  background: #38482b;
  color:#F7E7E0;
  font-size: 15px;
}


/* nav */

.topnav {
  overflow: hidden;
  background-color: #38482b;
}

.topnav a {
  float:none;
  color: #f7e7e0;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
  font-size: 15px;
}

.topnav a:hover {
  background-color: #f7e7e0;
  color: #38482b;
}

.topnav a.active {
  background-color: #ffced7;
  color: #38482b;
}

.topnav ul li{
	display:table-cell;
	width: 8%;

}

.topnav {
	font-size: 90%;
	width: 100%;
		
}

.topnav ul{
	display:table;
	width: 100%;
	text-align: center;
}
