@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans:wght@400;500&display=swap');
html{
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  padding: 0;
  margin: 0;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  background-color: rgb(16, 16, 16);
  height: 100%;
  width: 100%;
  vertical-align: baseline;
  background-image: url('https://harbane.net/Images/Harbane-Net-Background2.svg');
  background-position: center;
  background-repeat:no-repeat;
  background-size:cover;
}


a {
  text-decoration: none;
  color: rgba(203, 203, 203, 0.256);
}

h1{
  text-transform: capitalize;
  font-family: "Kanit", sans-serif;
  color: rgba(203, 203, 203, 0.256);
  font-size: 2em;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  user-select: none;
  transform: translateY(25px);
}

h1:hover{
  color: rgba(203, 203, 203, 0.351);
  cursor: pointer;
  transition: all 0.165s ease-in-out;
}

h2{
  width: 100%;
  font-size: 40px;
  text-align: center;
  color: rgba(240, 248, 255, 0.943);
  user-select: none;
}

div{
  transform: translateY(100%);
}

p{
  margin-top: -15px;
  font-size: 20px;
  width: 100%;
  text-align: center;
  color: rgba(240, 248, 255, 0.901);
  user-select: none;
}

img{
  width: 100%;
  height: 50px;
  margin-top: 0px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

p.email{
  font-weight: 800;
  font-size: 16px;
  margin-top: -8px;
}

p.span{
  font-size: 14px;
  margin-top: 50px;
  color: rgba(240, 248, 255, 0.627);
  width: 100%;
  text-align: center;
  user-select: none;
}
