
	body {
  		background-color: #f4f6f9;
	}
	::-webkit-scrollbar {
    width: 10px;
	}
	::-webkit-scrollbar-track{
		border-radius: 5px;
		box-shadow: inset 0 0 10px rgba(0,0,0,0.25);
	}
	::-webkit-scrollbar-thumb{
		border-radius: 5px;
		background-color: #26262626;
	}
    a {
        color: #262626;
    }
    a:hover {
        text-decoration: underline;
    }