/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  margin: 0;
      padding: 0;
  background
:url("https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExbGl4OGF0Nm96cjF0a3N4dDNtdWFzbXNsN3dnNHh3dHFqeTkwdml0NyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/aRZ4vTsHnyW6A/giphy.gif")center center;
      background-size: cover;
      height: 100vh;
      overflow: hidden;
  
}
h2 {

    font-family: 'TROGLOP';
    src: url('https://goldenbasedgod.neocities.org/fonts/TROGLOP_.ttf') format('TROGLOP');
    font-weight: normal;
    font-style: normal;
    font-size: large;
}
h2 {
    font-family: 'CustomFont', troglodyte pop;

color:#e5e4e2;
text-align: center;
}

p1 {
  color: #a6e7ff;
  text-align: center;
  font-family: 'micross';
  src: url('https://goldenbasedgod.neocities.org/fonts/micross.ttf') format('micross');
  font-weight: normal;
  font-style: normal;
}
p1 {font-family: 'CustomFont', Microsoft Sans Serif;
}
h2 {
  color: #acacac;
  text-align:left;
}
a {
  color: #3fff00;
  text-align: right;
  font-family:'Futury-Light';
  src: url('https://goldenbasedgod.neocities.org/fonts/Futury-Light.ttf') format('Futury-Light');
  font-weight: normal;
  font-style:normal;
}
a {
  font-family: 'CustomFont', Futury;
}
img {
  width: 800px; /* Set desired width */
  height: 1000px; /* Maintain aspect ratio */
  overflow: hidden;
  float: left;
}
h1 { color: white;
text-align:center;
font-family:'neuropolitical rg';
src: url('https://goldenbasedgod.neocities.org/fonts/neuropolitical%20rg.ttf') format('neuropolitical rg');
font-weight: normal;
font-style: normal;
}
h1 {font-family: 'CustomFont', Neuropolitical Regular;
}
  img
  {width:75px;
  height:50px;
  float:right;
  }
h3 { font-family: 'TROGLOP';
    src: url('https://goldenbasedgod.neocities.org/fonts/TROGLOP_.ttf') format('TROGLOP');
    font-weight: normal;
    font-style: normal;
    font-size: large;
}
  h3 {
    font-family: 'CustomFont', troglodyte pop;

color:#e5e4e2;
text-align:right;
}
ul2 {color:pink;
text-align:right;
}