
nav{ background: linear-gradient(to right bottom, #fff 10%,#f8cfa9); }

/* .top_site > span{ color:#f3dbf2; } */
/* .top_site > a{ color: #fff;} */

.top_main_info > a{ }
.top_main_info > a:nth-child(1){
	font-size:24px;
	color:#aa5200; 
}
.top_main_info > a:nth-child(2) {
    border-radius: 4px;
    font-size: 15px;
    color: #ffa24a;
}

/* .top_site a:hover { color: #9b0093; } */

.grid_quote::before {
  background: linear-gradient( to top left, rgb(255, 255, 255), #ecfffe);
}

/* .navbar .navbar_input{ border: solid 1px #e2f5e0; }
.navbar .navbar_button{ background-color: #798878; } */

.sidebar_tags {  background: linear-gradient(to bottom,rgb(248, 255, 209),rgba(10,10,10,0)); }

.quote {
  background: linear-gradient(to right bottom,rgba(255,255,255,.1),#fff9f4);
}

footer {
    background: linear-gradient(to right bottom, #fff6ee 20%, #fff);
}