p {
    margin: 0px;
}
body {
    background-color: #222222; 
    margin: 0px;
}
.sl-topbar {
    border-radius: 5px;
    height: 30px;
    background-color: #4e4e4e;
    position: fixed;
    top: 5px;
    left: 5px;
    width: 99%;
    box-shadow: 0px 0px 5px #000000;
    font-family: 'Roboto', sans-serif;
    z-index: +1;
}
.sl-topbar-titletext {
    color: #ffffff;
    position: relative;
    left: 8px;
    top: 5px;
    font-weight: bold;
}
.sl-topnav {
    display: flex;
    flex-direction: row;
}
.sl-navbutton {
    position: relative;
    height: 30px;
    border: none;
    border-radius: 5px;
    left: 16px;
    background-color: #4e4e4e;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.sl-navbutton-icon {
    position: absolute;
    height: 30px;
    border: none;
    border-radius: 5px;
    right: 0px;
    background-color: #4e4e4e;
    color: #ffffff;
    font-family: 'Material Icons', sans-serif;
    font-size: 16px;
}
.sl-bodycontentheadtitle {
    height: 55px;
    border-radius: 5px;
    background-color: #4e4e4e;
    width: 99%;
    position: relative;
    top: 40px;
    left: 5px;
    box-shadow: 0px 0px 5px #000000;
}
h1 {
    margin: 0px;
}
.sl-headtitletext {
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    font-weight: 100;
}
.sl-fixp {
    height: 20px;
    position: relative;
    top: 15px;
    font-size: 14px;
}
.sl-fixh1 {
    height: 20px;
}
.sl-bodycontentmenu-pages {
    position: relative;
    width: 65.75%;
    height: fit-content;
    box-shadow: 0px 0px 5px #000000;
    border-radius: 5px;
    top: 45px;
    left: 5px;
    background-color: #4e4e4e;
    height: 135px;
}
.sl-bodycontentmenu-scfeed {
    position: absolute;
    width: 33%;
    height: fit-content;
    box-shadow: 0px 0px 5px #000000;
    border-radius: 5px;
    top: 100px;
    right: 8px;
    background-color: #4e4e4e;
}
.sl-bodycontentmenu-sctitle {
    font-family: 'Patua One', serif;
    color: white;
    font-size: 24px;
    font-weight: lighter;
    position: relative;
    left: 5px;
}
.sl-scicon-rss {
    position: absolute;
    height: 22px;
    width: 22px;
    right: 5px;
    margin: 0px;
    bottom: 3.75px;
}
.sl-scicon-fb {
    position: absolute;
    height: 22px;
    width: 22px;
    right: 32px;
    margin: 0px;
    bottom: 3.75px;
}
.sl-bodycontentmenu-pagestitle {
    font-family: 'Patua One', serif;
    color: white;
    font-size: 24px;
    font-weight: lighter;
    position: relative;
    left: 5px;
}
.sl-info {
    height: 30px;
    width: 99%;
    box-shadow: 0px 0px 5px #000000;
    background-color: #4e4e4e;
    position: relative;
    top: 83px;
    left: 5px;
    border-radius: 5px;
}
.sl-info-content {
    position: relative;
    font-family: monospace;
    left: 2px;
    color: #ffffff;
}
.sl-bodycontentmenu-usefulfeed {
    position: absolute;
    width: 33%;
    height: fit-content;
    box-shadow: 0px 0px 5px #000000;
    border-radius: 5px;
    top: 133px;
    right: 8px;
    background-color: #4e4e4e;
}
.sl-bodycontentmenu-usefultitle {
    font-family: 'Patua One', serif;
    color: white;
    font-size: 24px;
    font-weight: lighter;
    position: relative;
    left: 5px;
}
.sl-bodycontentmenu-partnerfeed {
    position: absolute;
    width: 33%;
    height: fit-content;
    box-shadow: 0px 0px 5px #000000;
    border-radius: 5px;
    top: 203px;
    right: 8px;
    background-color: #4e4e4e;
}
.sl-bodycontentmenu-partnertitle {
    font-family: 'Patua One', serif;
    color: white;
    font-size: 24px;
    font-weight: lighter;
    position: relative;
    left: 5px;
}
.sl-contenttitle {
    margin: 0%;
    font-family: 'Patua One', serif;
    font-weight: 100;
    position: relative;
    left: 5px;
    color: #ffffff;
    font-size: 32px;
}
hr {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    margin: 0px;
}
.sl-contentcontent {
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    position: relative;
    left: 5px;
    color: #ffffff;
}
.sl-contentpubdate {
    font-family: monospace;
    position: relative;
    left: 5px;
    color: #999999;
    margin-bottom: 5px;
}