* {
  box-sizing: border-box;
}

body {
  font-family: Exo;
  font-size: 18px;
  padding: 10px;
  background: #608467;
  color: #263B64;
}

.left{
  float: left;
}
 
.right{
  float: right;
}

.header {
  background-color: #B7E4F3;
  text-align: center;
  padding: 10px;
  margin: 20px;

  border-radius: 15px;
}

.petzpark{   
  float:
  width: 20%;
  background-color: #9BE4D3;
  margin:20px;
  text-align: center;
  border-radius: 15px;
}

.leftbox{   
  float:
  width: 20%;
  background-color: #9BE4D3;
  margin:20px;
  text-align: center;
  border-radius: 15px;
  padding: 20px;
}

.middle{
  float: left;
  width: 50%;
  background-color: #B7E4F3;
  margin:20px;
  text-align: center;
  border-radius: 15px;
  padding: 20px;
  overflow: auto;
  scrollbar-base-color: #B7E4F3;
  position: relative;
}

.rightcolumn {
  float:
  width: 20%;
  background-color: #9BE4D3;
  margin:20px;
  margin-bottom:40px;
  text-align: center;
  border-radius: 15px;
  padding: 20px;
}

.rightcolumn:hover{
  float:
  width: 20%;
  background-color: #9DBEB6;
  color: #5973A6;
  margin:20px;
  margin-bottom:40px;
  text-align: center;
  border-radius: 15px;
  padding: 20px;
}

.rightbottom{
  float:
  width: 20%;
  background-color: #9BE4D3;
  margin:20px;
  text-align: center;
  border-radius: 15px;
  padding: 20px;
}

.rightbottom:hover{
  float:
  width: 20%;
  background-color: #9DBEB6;
  color: #5973A6;
  margin:20px;
  text-align: center;
  border-radius: 15px;
  padding: 20px;
}

a:link {
  color: #263B64;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #263B64;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #5973A6;
  background-color: transparent;
  text-decoration: underline;
}

.crewbut1 {
  float: left;
  width: 20%;
  background-color: #9BE4D3;
  margin:20px;
  margin-bottom:40px;
  text-align: center;
  border-radius: 15px;
  border: 3px solid #608467;
}

.crewbut1:hover{
  float: left;
  width: 20%;
  background-color: #9DBEB6;
  color: #5973A6;
  margin:20px;
  margin-bottom:40px;
  text-align: center;
  border-radius: 15px;
}

.crewbut2 {
  float: left;
  width: 20%;
  background-color: #9DBEB6;
  color: #5973A6;
  margin:20px;
  margin-bottom:40px;
  text-align: center;
  border-radius: 15px;
}

.petspot{
  float: left;
  width: 710px;
  height: 325px;
  background-color: #D5B8E0;
  margin:20px;
  text-align: center;
  border-radius: 15px;
  padding: 20px;
}

.download{
  float: left;
  width: 710px;
  height: 225px;
  background-color: #D5B8E0;
  margin:20px;
  text-align: center;
  border-radius: 15px;
  padding: 20px;
}

.pet{
  float: left;
  width: 300px;
  margin: 20px;
}

,pettext{
  float: right;
  text-align: left;
}