<head>
<style>
* {box-sizing: border-box}

body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}

/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 20%;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content */
.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}
.services{
  position: relative;
  left: 350px;
  bottom: 298px

}
.PC{
  position: relative;
  bottom: 350px;
  width: 300px;
  height: 300px;
}
.Team{
  position: relative;
  left: 500px;
}

#Home {background-color: red;}
#Products {background-color: green;}
#Location {background-color: blue;}
#Schedule {background-color: #8a2be2;}
#About {background-color: orange;}
</style>
</head>