::selection {
   background: rgba(0, 0, 0, 0.0);
   color: #ff0000; 
}

@font-face {
  font-family: alagard;
  src: url(/home/rk/alagard.ttf) format('truetype');
  src: url(/home/rk/alagard.otf) format('opentype');

}

* {
  font-family: "alagard";
}

 body {
    font-family: "alagard";
    background-image: url('/home/rk/propositionofpropaganda.jpg');
    font-size: 16px; 
    background-color: #f8f8f8;
    color: #333;
    margin: 0px; 
    background-size: 100% 100%;
    padding: 20px;
    cursor:url(/cursorsmall.png),auto;
    background-color: #000; 
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover; 
    height: 100vh; 
    overflow: hidden; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     text-shadow: 
        1px 1px 0 rgba(0, 0, 0, 0.2), 
        2px 2px 0 rgba(0, 0, 0, 0.1), 
        3px 3px 0 rgba(0, 0, 0, 0.05);
}


.box {
    background: rgba(9, 9, 9, 0.00); 
    color: #c2c2b0;
    border-radius: 0px;
    margin: auto;
    max-width: 600px;
    width: 90%;
    box-sizing: border-box;
    border: 50px solid transparent;
    border-image: url(/border3.png) 33.5% round;
}

@media (max-width: 600px) {
    .b {
        width: 95%; 
        max-width: none; 
    }
}


.box-size {
    background-color: rgba(9, 9, 9, 0.75); 
    color: #c2c2b0;
    padding: 10px; 

}


h1.n {
    font-size: 16px;
    margin-bottom: 10px;
}

h2.s {
    font-size: 16px;
    margin-top: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #c2c2b0;
    border-bottom: 1px dotted #c2c2b0;
    padding-left: 5px;
    display: inline;
    padding-right: 5px;
    padding-bottom: 5px;
}

hr {
    border: 1px dotted #666666;
}

pre {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 10px;
    border-radius: 3px;
    overflow-x: auto;
}

thead {
    color: #c2c2b0;
    background-color: black;
}
tr {
    color: #c2c2b0;
    background-color: rgba(0, 0, 0, 0.6);
}

a:hover {
   color: #ff0000;
   cursor:url(/cursorsmall.png),auto;
   border-bottom: 2px solid;
}

input { 
   background-color: rgba(0, 0, 0, 0.0);
   color: #c2c2b0;
}

input:focus { 
   background-color: rgba(0, 0, 0, 0.0);
   color: #c2c2b0 solid;
}

input,
input:focus,
select:focus,
textarea:focus,
button:focus {
   outline: none;
   border: 10px solid transparent;
   border-image: url(/border3.png) 33.5% round;
}

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

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

th, td {
    border: 1px solid #121111;
    padding: 8px;
    text-align: left;
}

th {
    background-color: rgba(12, 11, 11, 0.6);
}
