body {
  background-color: lightblue;
  overflow: hidden;
  margin: unset;
}

.miku {
  right: 0;
  bottom: 0;
  position: fixed;
  width: 413px;
}

.text {
  color: white;
  font-weight: bold;
  font-size: 825px;
  display: flex;
  justify-content: center;
}

.statement {

        text-decoration: unset;
        font-weight: bold;
        left: 0;
	bottom: 0;
        position: fixed;
}

.special {
	position: absolute;

}

.centerabsolute {
  position: absolute; 
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  /*width: 100px; /* Need a specific value to work */
}

.notice {
	position: absolute;
	display: grid;
	bottom: 0;
	left: 0;

	background-color: red;
	border: thick double black;
	max-height: 400px;
	width: 600px;
	align-items: center;
}

.notice-header {
	display: grid;
	height: 70px;

	background-color: black;
	color: white;
	place-content: center;
}

.notice-header {
	font-size: 50px;
}
