@font-face {
    font-family: 'zpix';
    src: url('css/fonts/zpix.woff2') format('woff2'),
         url('css/fonts/zpix.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
a  {
    color: rgb(100, 93, 239);
    outline : none;
    text-decoration: none;
}
a:visited {
    color: rgb(100, 93, 239);
  }
  
a:hover {
    color: rgb(196, 46, 255);
  }

h1{
    color: rgb(117, 59, 243);
font-family: 'zpix'; 
font-size: 24pt;
}

h2{
    color: rgb(145, 110, 228);
font-family: 'zpix'; 
font-size: 18pt;
}

hr{
    border-color: rgba(151, 130, 255, 0.475);
}

body {
    background-color: rgb(10, 2, 33);
    color: rgb(180, 155, 243);
    line-height: 0.95;
    font-family: 'zpix';
    font-size: 14pt;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}