body {
    background-color:#0c0c0c;
    color:#fff;
    margin:20px;
    font-family: 'Oswald', sans-serif;
    color:#fff;
}

a {
    color:#fff;
    text-decoration:none;
}

a:hover {
    color:Green;
    text-decoration:none;
}


.PageHeadline {
    padding:10px;
    text-transform: capitalize;
    background-color:#000;
    font-family: 'Oswald', sans-serif;
    font-weight:700;
}

.PageContent {
    margin-top:10px;
    padding:10px;
    background-color:#000;
    border-radius:8px;
    overflow-wrap: break-word;
}

.MainContent {
    width:75%;
}

.Sidebar {
    background-color:#000;
    width:25%;
    text-align: center;
    font-size:12px;
    padding:5px;
    overflow-wrap: break-word;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

.LogoWidget {
    width:256px;
    height:256px;
    text-align:center;
    border-radius:8px;
    box-shadow:2px 2px 4px #000;
}

.TagCloud {
    margin-top:10px;

    font-size:18px;
    padding:5px;
    padding-bottom:10px;
    overflow-wrap: break-word;
}

.Button {
    background-color:#000;
    font-size:18px;
    font-weight:700;
    color:#a00000;
    width:80%;
    padding:2%;
    border:4px solid #a00000;
    border-radius:8px;
}

.Button:Hover {
    color:#fff;
    border:4px solid Green;
}

#Signature {
    font-size:24px;
    font-weight:700;
}

#Discription {
    font-weight:500;
    color:#666;
    padding:5px;
    overflow-wrap: break-word;
}

#WidgetRefresh {
    background-color:#000;
    text-align:center;
}

.FileEditor {
    text-align:center;
    width:100%;
    background-color:#333;
}
