@import './googleapis_css';

html,
body {
  margin:0;
	padding:0;
	left:0;
	right:0;
  height: 100%;
  width: 100%;
  font-family: 'Roboto Mono', monospace;
  background-image:url("../IMG/QX.jpg");
  background-color:#f7c6a5;
  animation: bgmove 10s infinite;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-x:hidden;
	overflow:hidden;
}
.container {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.text {
  margin-top: -30%;
  font-weight: 100;
  font-size: 56px;
  color: #fafafa;
}
.dud {
  color: #757575;
}

body .returnBtn{
  width: 60px; 
  height: 60px;
  float:right;
  margin:6px;
  background-image: url('./icon/sun0.png');
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}