@import url('https://fonts.googleapis.com/css?family=Gotu&display=swap');
body {
  background-color: white;
  font-family: 'Gotu', sans-serif;
  color: white;
  background-image: url("pic2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
html
{
	min-width: 100%;
  min-height: 100%;
}
label {
	font-size: 25px;
	font-weight: bold;
}
input {
	border: 0;
	padding: 10px 15px;
	font-size: 20px;
	border-radius: 50px;
	margin: 5px;
}
h2 {
	text-align: center;
}
button {
	padding: 10px;
	width: 150px;
	margin: 10px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	border: 0;
  border-radius: 10px;
  background-color: Pink;
  position: relative;
  left: 15%;
  cursor: pointer;
}
 button:hover {
	background-color: black;
	color: white;
}

h1 {
	margin: 0 0 20px 0;
	padding: 10px;
	text-align: center;
	font-weight: bolder;
}

h4 {
	margin: 0 0 20px 0;
	padding: 0px;
	text-align: center;
}
.container 
{
  display: flex;

}

.leftdiv
{
  float:left;
  width: 35%;
}
.rightdiv
{
  float: right;
  width: 55%;
  margin-left: 100px;
}
.references
{
	float: left;
	margin-left: 30px;
}
