body {
  margin:0;
  width: 100%;
  height: 2000px;
}

.background {
  background-color: #504099;
  background-size: cover;
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
}

.container {
  position: absolute;
  backdrop-filter: blur(10px);
  background-color:rgba(0,0,0,0.5);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(254, 142, 0);
  border-radius: 50px;
  margin: auto;
  padding: 5px 20px 15px 20px;
  box-shadow: 0px 0px 60px rgb(254, 142, 0);
  width: 644.484px;
  top: 70px;
  left: 0;
  right: 0;
  cursor: url(../assets/rickroll.cur), pointer; 
}

.header2022 {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  align-items: center;
  align-content: center;
  text-align: center;
  padding: 20px 32px;
  
}

.PersonalLinks {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  align-content: center;
  text-align: center;
  margin: 20px 32px;
  padding: 5px;
  border-radius: 10px;
}

.header-buttons {
  background-color: rgba(100, 100, 100, 0.4);
  text-decoration: none;
  padding: 14px 16px;
  color: white;
  border-radius: 10px;
  border: solid transparent 1px;
  margin: 1px;
  cursor: url(/assets/images/pointer.gif), pointer;
}

.header-buttons:hover {
  background-color: gray;
  border: solid;
  border-width: 1px;
  border-color: rgb(254, 142, 0);
  box-shadow: 0px 0px 60px rgb(254, 142, 0);
}

.time4567 {
  background-color: black;
  color: lime;
}

.date5344 {
  background-color: black;
  color: lime;
}

.status {
  color: rgb(255, 155, 0);
}

.about {
  color: #FE7BE5;
}

iframe {
  width: 100%;
  height: 600px;
  margin: 0px 0px 10px 0px;
  border: none;
}

.avatar {
  height: 128px;
  width: 128px;
  border-radius: 50px;
}

.avatar:hover {
  animation: shake 1s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.fck-wasd {
  background-color: rgba(20, 20, 20, 4);
  padding: 1px;
  border: solid aqua 1px !important;
  color:#00ffff !important; text-decoration: none;
}

.watermark {
	z-index:8964;
	position: fixed;
	bottom: 34px;
	right: 68px;
  /*color: #5f9ea099;*/
  color: #ffffffb5;
  /*color: #000000cf;*/
	z-index:8964;
  user-select: none;
}

.f21 {
	font-size: 21px;
}

.AW {
	font-size: 21px;
}

.AW, .GTSTAW {
  padding: 0px;
  margin: 0px;
}

.Playground {
  background-color: limegreen;
  position: absolute;
  width: 230px;
  height: 300px;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 888;
}

.Ph3Text, .PPText {
  margin-left: 5px;
}

.hidden {
  display: none;
}

#Advertisement {
  position: fixed; bottom: 0; left: 0; right: 0; text-align: center; margin: auto;
}

.close-ad {
  position: absolute; background-color: rgba(0,0,0,0.7); border: none; color: #FFF;
}

.MessageWhenAdClick {
  background-color: yellow;
  position: fixed;
  width: fit-content;
  height: fit-content;
  padding: 5px;
  margin: auto;
  z-index: 848;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}