body {
  margin: 0;
}
.bg {
  background: url("https://i.pinimg.com/originals/b6/0e/dd/b60edd8052bef994bd630b9edce51e7a.gif")
    no-repeat center center fixed;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.borders {
    position: fixed;
    top: 2px;
}
h1 {
    margin-left: 30px;
    font-size: 5rem; 
    font-family: 'Rubik Glitch', system-ui;
}

.pfp {
  width: 420px;
  margin: 20px;
}
.pfp img {
  width: 420px;
  height: 400px;
  display: block;
  border-radius: 12px;
}
.card1 {
  position: absolute;
  top: 420px;
  left: 50px;
  background-color: #040500;
background-image: url("https://www.transparenttextures.com/patterns/black-paper.png");
  color: white;
  padding: 30px;
  border-radius: 10px;
  width: 300px;
  height: 100px;
  z-index: 10;
}
.side_bar {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 300px;
  z-index: 30;
  background: url('https://i.pinimg.com/736x/d6/6c/3f/d66c3f3a74e487af4f7df84d25e67a81.jpg') center/cover no-repeat;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.side_bar p {
  color: white;
  font-family: 'Times New Roman', serif;
  font-size: 30px;
  margin: 10px 0 0 30px;
  text-align: center;
}
.side_bar a {
  color: white !important;
  font-family: 'Times New Roman', serif;
  font-size: 20px;
  text-align: center;
  margin: 10px 0 0 30px;
  text-decoration: none;
}
.custom_list {
      list-style-type: none;
      padding-left: 0;
    }

.card1 p {
  margin-top: 5px;
}
.blinkie1 {
  position: absolute;
  top: 600px;
  left: 60px;
}
.blinkie2 {
  position: absolute;
  top: 600px;
  left: 170px;
}
.blinkie3 {
  position: absolute;
  top: 630px;
  left: 60px;
}
.blinkie4 {
  position: absolute;
  top: 660px;
  left: 90px;
}