#ball {
  width: 750px;
  height: 750px;
  background: linear-gradient(-135deg, #8c8885 0%, #232122 40%, #232122 60%, #8c8885 100%);
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
#window {
  width: 250px;
  height: 250px;
  background-color: black;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
#triangle {
 	width: 0;
	height: 0;
	border-style: solid;
	border-width: 150px 75px 0 75px;
	border-color: #1016c6  transparent #1016c6  transparent;
	position: absolute;
  display: inline-block;
  text-align: center;
}
.main {
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
.left {
  opacity: 50%;
	top: 50%;
  transform: translateY(-40%) translateX(-56%);
  left: 50%;
}
.right {
  opacity: 50%;
	top: 50%;
  transform: translateY(-40%) translateX(-44%);
  left: 50%;
}
.top {
  opacity: 50%;
	top: 50%;
  transform: translateY(-60%) translateX(-50%);
  left: 50%;
}
p {
  display: inline-block;
  text-align: center;
  color: white;
  position: relative;
  right: 35px;
  bottom: 130px;
  width: 70px;
  height: 200px;
}
button {
  width: 750px;
  height: 100px;
  font-size:50px;
  background-color: lightblue;
  border-radius: 20px;
}
input {
  width: 500px;
  height: 40px;
  position: relative;
  left: 125px;
  font-size: 30px;