.datamodel {
  position: absolute;
  top: 100px;
  left: 300px;
  font-size: 18px;
}

.form-group{
	width: 40%;	
}

.btn3 {
	height:75px;
    width:150px;
	font-family: "Lato", sans-serif;
	font-size: 25px;
}

.btn2 {
	height:100px;
    width:150px;
	font-family: "Lato", sans-serif;
	font-size: 25px;
}

.btn {
	height:100px;
    width:300px;
	font-family: "Lato", sans-serif;
	font-size: 25px;
}

  .topright {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 18px;
}

  .topright2 {
  position: absolute;
  top: 30px;
  right: 16px;
  font-size: 18px;
}

  .topright3 {
  position: absolute;
  top: 52px;
  right: 16px;
  font-size: 18px;
}

 .topleft {
  position: absolute;
  top: 8px;
  left: 300px;
  font-size: 18px;
}
  
body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.main {
  margin-left: 300px; /* Same as the width of the sidenav */
  font-size: 18px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

