body {
	font-family:'arial'; 
    color: #fffffa;
    background-color:#2C2F33;
}
.mainBody {
    background-color: #2C2F33;
    position: relative;
    width: 85%;
    height: auto;
}
button {
    border: 2px solid white;
    background: #2C2F33;
    color: white;
    font-size: 20px;
    border-radius: 5px;
    height: 50px;
    width: 150px;
}

.h1Main {
    font-family:'Times New Roman'; 
    display: inline-block;
    position: absolute; 
    font-size: 50px;
    padding: 5px;
}
h2 {
    display: inline-block;
    padding-left: 20px;
}
h3 {
    display: inline-block;
}
.note {
    color: gold;
}
.User {
    color: yellow;
}
.Reply {
    color: red;
}
.Internal {
    color: lightblue;
}
h4 {
    display: inline-block;
    padding-left: 40px;
    color: white;
}
a:link {
    text-decoration: none;
    color: white;
}  
a:visited {
    text-decoration: none;
    color: white;
  }
  
.logo {
    position: static;
    top: 8px;
    left: 16px;
}

.Internal:hover, .Reply:hover, .User:hover, .note:hover {
    background-color: #33353b;
}
.recent {
    padding-left: 5px;
    padding-bottom: 15px;
    list-style-type:none;
    position: relative;
}
.recent:hover {
    background-color: #33353b;
}
.attachment {
    width: 50%;
    height: 50%;
    padding-left: 40px;
}

.aboutP {
    color: white;
}

.code { 
    background: #23272A; 
    padding: 10px; 
    border-radius: 5px; 
    letter-spacing: normal;
    width: max-content;
    color: white;
}