/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
h1{
    font-family: monospace;
    color:#13F500;
}
body {
    background-image: url(lolz3.png) ;
  background-repeat: no-repeat;    
  background-size: cover;
}
h1{font-family: monospace;
   color: #13F500;
}
h2{
font-family:monospace;
color: #13F500;

    
}
td {
			border: 2px solid #13F500;
			padding: 0.1em 1em;
}
p1{
    font-family: monospace;
    color: #13F500;
}
p2{
    font-family:monospace;
    color: #13F500;
}
p3{
    font-family: monospace;
    color: #13F500;
}
p4{
    font-family: monospace;
    color: #13F500;
   
}
p5{
    font-family: monospace;
    color: #ffffea;
}
div {
    background-image: url(nose.jpg);
    font-family:  Courier New;
    color: slateblue;
}
#logsitos {
    padding: .5em;
    background-color: white;
    border: 2px solid blue;
}
#logsitos-username {
    margin-bottom: .5em;
}
#logsitos-content {
    margin: 0 1em 0.5em 1em;