@font-face { font-family: angelina; src: url(fonts/angelina.TTF); } @font-face { font-family: photographs; src: url(fonts/Photographs.ttf); } @font-face { font-family: dr_eve; src: url(fonts/dr_eve_l.ttf); } @font-face { font-family: ArchitectsDaughter; src: url(fonts/ArchitectsDaughter.ttf); } @font-face { font-family: Wasted-Vindey; src: url(fonts/Wasted-Vindey.ttf); } @font-face { font-family: Auromiya; src: url(fonts/Auromiya.ttf); } @font-face { font-family: Archopada-Regular; src: url(fonts/Archopada-Regular.ttf); } @font-face { font-family: New-Kansas-Regular; src: url(fonts/New Kansas Regular.otf) format('opentype'); } /* unvisited link */ a:link { color: #ddd; text-decoration: none; } /* visited link */ a:visited { color: #ddd; text-decoration: none; } /* mouse over link */ a:hover { color: #fff; text-decoration: none; } /* selected link */ a:active { color: #fff; text-decoration: none; } body { background-color: #000000; color: #fff; font-family: Montserrat; font-size: 24px; margin: auto; width: 80%; word-wrap: break-word; } @media only screen and (max-width: 1090px) { body { zoom: 70%; } } p { color: #fff; opacity: 0.6; } .title { background-color: #003300; color: #99aa44; font-size: 24px; padding: 5px; user-select: none; background:url("gfx/green.jpg"); background-repeat: repeat zoom: 25%; } h1 { font-size: 40px; display: block; color: #fff; padding: 5px; } h2 { font-size: 24px; }