html {
  background: rgb(238,174,202);
  background: linear-gradient(90deg, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
}

.rubik-mono-one-regular {
  font-family: "Rubik Mono One", monospace;
  font-weight: 400;
  font-style: normal;
}
.title-left{
	  display: flex;
	  text-align: left;
	  font-family: "Rubik Mono One", monospace;
	font-weight: 400;
	font-style: normal;
	padding-left: 25%;
	padding-top: 25%;

}

.title-right  {
	  width: 50%;
	  display: flex;
	  position: fixed; 
	  right: 0;
	  text-align: right;
	  font-family: "Rubik Mono One", monospace;
		font-weight: 400;
		font-style: normal;
		padding-left: 75%;
}

p {
	height: 100%;
	  width: 100%;
	  display: flex;
	  position: fixed;
	  align-items: center;
	  justify-content: center;`
}
