body {
    background-color: #202129;
    color: #bcbca6;
    font-family: 'Roboto', sans-serif;
}

a {
    color: #bbbab6;
    text-decoration: none;
}
a:hover {
    color: #FFECB3;
    text-decoration: underline;
}

h1 {
    font-size:25px !important;
}
h2 {
    font-size:20px !important;
	color:#47b48a;
}
h3 {
    font-size: 15px !important;
    font-style: italic;
}
p, ul{
	font-size: 16px;
}

.md-content {
    background-color: #2e2f2e;
    padding: 20px;
    border-radius: 8px;
}

table {
    width: 100%;
    border-collapse: collapse;
}
th {
    background-color: #6f726f;
    color: #FFF9C4;
    padding: 8px;
    text-align: left;
	white-space: nowrap;
}
td {
    background-color: #454b45;
    color: #E0E0C0;
    padding: 8px;
	white-space: nowrap;
}
tr:nth-child(even) td {
    background-color: #4e5a4e;
}

button, .md-button {
    background-color: #4CAF50;
    color: #FFF;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
}
button:hover, .md-button:hover {
    background-color: #66BB6A;
    transform: translateY(-2px);
}

code {
    background-color: #1B2D1B;
    color: #C5E1A5;
    padding: 2px 4px;
    border-radius: 4px;
}
pre {
    background-color: #1B2D1B;
    color: #C5E1A5;
    padding: 12px;
    border-radius: 6px;
    overflow-x: auto;
}
