@font-face {
  font-family: 'Iosevka';
  src: url('Iosevka-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

p {
   
   margin-left:25%;
   color: white;
   font-family: 'Iosevka', monospace;
}

h1 {

   color: white;
   font-family: 'Iosevka', monospace;
   font-size: 33px;
}

h2 {

   margin-left: 25%;
   color: white;
   font-family: 'Iosevka', monospace;
}

.noleftm {

	margin-left: 0;
}

.half-left {
  width: 50%;
  margin-left: 0; 
  margin-right: auto;
}

a:visited {
    color: #9A7ED1; 
}
