@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Anton');

body {
    padding: 20px;
    background-color: #282c34;
    background: url(web2.avif) no-repeat right center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #dfdfdf;
    font-family: "Roboto Mono";
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto;
    max-width: 960px;
    text-shadow:
      -1px -1px  0 #0006,
       0   -1px  0 #0006,
       1px -1px  0 #0006,
       1px  0    0 #0006,
       1px  1px  0 #0006,
       0    1px  0 #0006,
      -1px  1px  0 #0006,
      -1px  0    0 #0006;
}
pre {
    color: #ecbe7b;
    margin: 0px;
    padding: 0px;
    line-height:17px;
}

blockquote {
    color: #ecbe7b;
}

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

a:hover {
    color: #51afef;
}

h1 {
    font-size: 20px;
    color: #ff6c6b;
    margin-bottom: 0px;
}

h2, h3, h4, h5, h6 {
    font-size: 16px;
    color: #51afef;
    margin-bottom: 0px;
}

li {
    color: #98be65;
}

p {
    padding: 0px;
    margin: 0px;
}

div.parent {
  text-align: center;
}

ul, ol {
  display: inline-block;
  text-align: left;
}

blockquote {
  display: inline-block;
  text-align: left;
}

#mc_server_link {
  cursor: pointer;
  color: #c678dd;
  text-decoration: none;
}

#mc_server_link:hover {
    color: #51afef;
}
