body {
	background: -webkit-linear-gradient(#36047c, #e71c75);
	background: -o-linear-gradient(#36047c, #e71c75);
	background: linear-gradient(to bottom, #36047c, #e71c75);
	background-repeat: no-repeat;
	height: 1000px;
	width: 100%;
	font-family: 'Ubuntu', sans-serif;
	color: #ffffff;
	font-size: 36px;
}
img {
	padding-top:150px;
}
.container {
  display: flex;
  justify-content: center; /* Centers content horizontally */
  align-items: center; 
	padding-top: 24px;
}
.bottom {
	padding-top:50px;
	font-size: 80%;
}
.container a{
	padding-top: 20px;
	font-size: 80%;
	color: #FF6A00;
	text-decoration: none;
}