html{
  background-color: red;
  background: repeating-linear-gradient(45deg, red, blue 2%, white 2%);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color:white;
  width: 100%;
  height: 100%;
}

#title_bar{
	width: 100%;
	height: 15%;
	margin: 2.5%, 2.5%, 2.5%, 2.5%;
}

#main_text{
	width: 100%;
	height: 40%;
	margin: 2.5%, 2.5%, 2.5%, 2.5%;
}
