body {
  background: linear-gradient(rgba(0, 0, 0, 0.918), rgba(0, 0, 0, 0.940)), url('blur-skid22.png') no-repeat center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
}

#heading{
  font-family: 'Righteous', cursive;
  font-size: 5.2vw;; 
  color: white;
  margin: 0%;
}

#me{
  font-size: 200%;
  margin-top: 0.2%;
  margin-bottom: 0%;
  font-family: 'Ubuntu Mono', monospace;
  font-size: 200%;

}
#red{
    color: red;
    font-family: 'Ubuntu Mono', monospace;
    font-size: 100%;
    margin: 0%;
}

#badge{
    position: absolute;
    top: 5px;
    right: 10px;
}
  
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .image {
    border-radius: 50%;
  }
  

  .link1 {
    font-family: 'Ubuntu Mono', monospace;
    font-size: 2.8vw;
    color: inherit;
    margin: 0px 5px 0px 5px;
    transition: 0.5s;
    color: white;
  }
  
  .link1:hover {
    color: #ec0000;
  }
  

/* Tryhackme badge customization */
.thm_stat {
    color: #fff !important;
    opacity: 0.9 !important;
    font-size: 14px !important;
}

#thm_badge {
  background-color: #fff0 !important;
}

.thm_avatar {
  border: 2px solid #ff0000fe !important;
}


.thm_stat {
  color: #36e800 !important;
  opacity: 0.9 !important;
}

.thm_rank {
  color: #36e800 !important;
}

div{
  background-color: #00000000 !important;
}
