*{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}

.button {
  display: inline-block;
  padding: 15px 50px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
  font-weight: bold;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
#btMoo {
	background-color: #ffb3d9;
}
#btMoo:hover {
	background-color: #ff66b3;
}

#btRandDom {
	background-color: #ffb3d9;
}
#btRandDom:hover {
	background-color: #ff66b3;
}

.headPlatForm{
    background-color: #000;
	border: none;
	text-align: center;
    text-decoration: none;
	display: inline-block;
	padding: 15px 50px;
	width : 25%;
	font-weight: bold;
	font-size: 24px;
	cursor: context-menu;
	border-radius: 15px;
	color: #fff;
}


.top-container {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

.header {
  padding: 10px 16px;
  background: #ff1a8c;
  color: #f1f1f1;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}








#btFBCopy {
	color: #000;
	background-color: #80b3ff;
}
#btFBCopy:hover {
	background-color: #1a75ff;
}

#btBlCopy {
	color: #000;
	background-color: #fdcf4e;
}
#btBlCopy:hover {
	background-color: #fcba03;
}

#btliCopy {
	color: #000;
	background-color: #33ff33;
}
#btliCopy:hover {
	background-color: #00e600;
}

#btGGCopy {
	color: #000;
	background-color: #c266ff;
}
#btGGCopy:hover {
	background-color: #9900ff;
}


