@font-face {
    font-family: '3270'; /*a name to be used later*/
    src: url('https://am1r3l.neocities.org/Fonty/3270NerdFont-Regular.ttf'); /*URL to font*/
}
body {
  background-color: #000000;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
  font-family: "3270";
}
h1 {
  font-size: 2rem;
  color: #ffffff;
  background-color: #000000;
  font-family: "3270";
  border-bottom: solid;
  border-bottom: inherit;
  border-bottom: 5px solid #ffffff;
}
h2 {
  font-size: 1.5rem;
  color: #ffffff;
  background-color: #000000;
  font-family: "3270";
  border-bottom: solid;
  border-bottom: inherit;
  border-bottom: 3px solid #ffffff;
}
p2 {
  font-size: 1rem;
  color: #8b0000;
  background-color: #000000;
  font-family: "3270";
}
h3 {
  font-size: 1rem;
  color: #8b0000;
  background-color: #000000;
  font-family: "3270";
  font-weight: bold;
}
UniTxt {
  font-size: 1rem;
  color: #ffffff;
  background-color: #000000;
  font-family: "3270";
  border-bottom: solid;
  border-bottom: inherit;
  border-bottom: 1px solid #ffffff;
}
.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 160px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}
#ptak1 {
  object-position: 100% 10%;
}