@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap");

html,
body {
  font-family: monospace;
  color: #fff;
  background-image: url(../assets/images/bg.gif);
  background-size: cover;
  background-repeat:inherit;
  height: 100vh;
  user-select: none;
}

header {
  display: flex;
  display: grid;
  grid-template-columns: 0fr 33fr 0fr;
  grid-template-areas:
    ". title ."
    ". subtitle ."
    ". img ."
    ". song ."
    ". separator .";
}
#imgClickAndChange {
  border-radius: 50%;
}
header h1 {
  
  /* margin-top: 50px; */
  text-align: center;
  font-size: 20px;
  padding: 0;
}
header #nickName {
  grid-area: title;
  
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0;

}
header h2 {
  grid-area: subtitle;
  /* text-decoration:underline; */
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  margin: 0 auto;
  padding: 0;


}
header #nickName img {
  height: 40px;
  width: 40px;
}

.images-1 {
  position: relative;
  grid-area: img;
  margin: 60px auto -30px;
}
.avatar {
  min-width: 135px;
  max-width: 260px;
  margin: 20px auto -5px;
}
.images-2 {
  position: absolute;
  z-index: 1;
  top: -38px;
  right: -45px;
}
.hat{
  width: 80%;
  min-width: 155px;
  max-width: 200px;
  rotate: 16deg;
}

header p {
  grid-area: song;

  margin-bottom: 0px;
  color: #a8a8a8;
  text-align: center;
  font-size: 14px;
  align-items: flex-end;
}

header hr {
  grid-area: separator;

  width: 30%;
  max-width: 400px;
  margin: 6px auto;
}

#links {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: ". links .";
}

#other {
  display: grid;
  grid-template-columns: 0fr 33fr 0fr;
  grid-template-areas: ". other .";
}

main h3 {
  grid-area: links;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  margin: 13px 0;
}

main p {
  grid-area: other;

  font-size: 16px;
  /* text-decoration:underline; */
  font-weight: 600;
  max-width: 470px;
  margin: 0 auto;
  text-align: center;
  color: #403b3b;
  background-color: rgb(216, 216, 216);
  padding: 3px 15px;
  border-radius: 5px;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-shadow: 1px 1px #c5ab38;
}

#botname-main-1 {
  color: #e4e4e4;
  font-family: "Black Ops One";
  text-align: center;
  font-size: 45px;
}


/* Tạo tuyết rơi cho website */
#snowflakeContainer{
  position:absolute;
  left:0px;
  top:0px;
}
.snowflake{
  padding-left:15px;
  font-size:14px;
  line-height:24px;
  position:fixed;
  color:#ebebeb;
  user-select:none;
  z-index:1000;
  -moz-user-select:none;
  -ms-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -webkit-touch-callout:none;
}
.snowflake:hover {
  cursor:default;
}