.button {
	background-color: #33ccff;
	border: none;
	font-size: 15px;
	width: 50%;
	height: 50px;
	box-shadow: 0px 0px 10px;
	color:white;
}

.box {
	background-color: #f2f2f2;
	border-radius: 30px;
	box-shadow: 0px 0px 10px;
	color:white;
	margin:90px 10px;
}

.body {
	margin:0;
	background-image:url("img3.png");
	background-size:200% 200%;
	width:96%;
	font-family:sans-serif;
}

.text{
	color:black;
}

.navbar {
  overflow: hidden;
  background-color: #333;
  width: 100%;
  position:fixed;
  top:0;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #ddd;
  color: black;
}

.box-fix{
	background-color: #f2f2f2;
	border-radius: 30px;
	box-shadow: 0px 0px 10px;
	color:white;
	padding:30px;
	margin:0px 20px;
	font-size:25px;
}

.img{
	width:100%;
	height:40%;
}