#page {
	background-image: url("poolwtrimg.jpg");
	background-size:cover;
}
#body {
  background-size: 400px;
  text-align: center;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
}
#title {
  background-color: rgb(243, 80, 80);
  border: 8px solid rgb(0,0,0);
  border-top: 0px;
  border-bottom: 0px;
  margin-top: 0%;
/*
  margin-left: 270px;
  margin-right: 270px;
  */
	margin-left: auto;
	margin-right:auto;
	width: 600px;
  height: 25px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-top: 0%;
  margin-bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bar {
  color: white;
  background-color: black;
  border: 20px solid black;
  width: auto;
  margin-bottom: 0px;
  margin-top:0px;
  margin-left: 0px;
  margin-right: 0px;
  display:flex;
  justify-content: center;
  align-items: center;
}
#wing1 {
  background-color: rgb(243, 80, 80);
  border: 8px solid rgb(0,0,0);
  border-bottom: 0px;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  width: 680px;
  height: 25px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-top: 0%;
  margin-bottom: 0%;
  display: flex;
  justify-content: center;
  align-items:center;
}
#wing2 {
  background-color: rgb(243, 80, 80);
  border: 8px solid rgb(0,0,0);
  border-bottom: 0px;
  border-top: 0px;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  width: 520px;
  height: 25px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-top: 0%;
  margin-bottom: 0%;
  display: flex;
  justify-content: center;
  align-items:center;
}
#top {
  margin-top: 1px;
  background-color: rgb(240,240,240);
  border: 8px solid rgb(180,180,180);
  border-top: 8px solid rgb(0,0,0);;
  margin-left: auto;
  margin-right: auto;
  width: 440px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-top: 0%;
  margin-bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#text {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15%;
  margin-right: 15%;
  background-color: rgb(243,80,80);
  border: 4px solid rgb(223,60,60);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 0px;
}
#paragraph {
  width: auto;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.8;
  background-color: rgba(256,230,230,100);
  border-left: 4px solid rgb(223,60,60);
  border-right: 4px solid rgb(223,60,60);
}
#ender {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15%;
  margin-right: 15%;
  background-color: rgb(243,80,80);
  border: 4px solid rgb(223,60,60);
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0px;
}
#bottom {
  color: white;
  background-color: black;
  border: 20px solid black;
  width: auto;
  margin-bottom: 0px;
  margin-top:0px;
  display:flex;
  justify-content: center;
  align-items: center;
}
#tbottom {
  color: white;
  background-color: rgb(87, 87, 87);
  border: 4px solid rgb(67, 67, 67);
  width: auto;
  margin-bottom: 0px;
  margin-top:0px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: 15%;
  margin-right: 15%;
}
#botbut {
	text-decoration: none;
	display: inline-block;
	align-items:center;
	justify-content:center;
	width: 50px;
	height:25px;
	border-radius: 10px;
	background-color: rgb(87,87,87);
	border: 4px solid rgb(67, 67, 67);
	color:white;
}
#botbut:hover {
	text-decoration: none;
        display: inline-block;
        align-items:center;
        justify-content:center;
        width: 50px;
        height:25px;
        border-radius: 10px;
        background-color: rgb(67,67,67);
        border: 4px solid rgb(87, 87, 87);
        color:white;
}
#botselec {
	text-decoration: none;
        display: inline-block;
        align-items:center;
        justify-content:center;
        width: 50px;
        height:25px;
        border-radius: 10px;
        background-color: rgb(243,80,80);
        border: 4px solid rgb(223, 60, 60);
        color:black;
}
#botselec:hover {
        text-decoration: none;
        display: inline-block;
        align-items:center;
        justify-content:center;
        width: 50px;
        height:25px;
        border-radius: 10px;
        background-color: rgb(223,60,60);
        border: 4px solid rgb(243, 80, 80);
        color:black;
}
.bottom2 {
  background-color: black;
}
iframe {
  width: 80%;
  height: 200px;
}
a:link {
  color: rgb(151, 0, 0);
}
a:visited {
  color: rgb(190, 52, 18);
}
a:hover {
  color: rgb(101,0,0)';'
}
a:active {
  color: rgb(51,0,0);
}
#button {
	opacity:1;
	background-color: rgb(243,80,80);
  border: 4px solid rgb(223,60,60);
  text-decoration: none;
  color: rgb(0,0,0);
  border-radius: 2px;
  margin: auto;
  width: 150px;
  height: 20px;
  display: inline-block;
  align-items:center;
  justify-content:center;
}
#button:hover {
	opacity:1;
        background-color: rgb(223,60,60);
  border: 4px solid rgb(243,80,80);
  text-decoration: none;
  color: rgb(0,0,0);
  border-radius: 2px;
  margin: auto;
  width: 150px;
  height: 20px;
  display: inline-block;
  align-items:center;
  justify-content:center;
}
#hugebutton {
	font-size:40px;
	opacity:1;
	background-color: rgb(243,80,80);
  border: 4px solid rgb(223,60,60);
  text-decoration: none;
  color: rgb(0,0,0);
  border-radius: 20px;
  margin: auto;
  width: 500px;
  height: auto;
  display: inline-block;
  align-items:center;
  justify-content:center;
}
#hugebutton:hover {
	font-size:40px;
	opacity:1;
        background-color: rgb(223,60,60);
  border: 4px solid rgb(243,80,80);
  text-decoration: none;
  color: rgb(0,0,0);
  border-radius: 20px;
  margin: auto;
  width: 500px;
  height: auto;
  display: inline-block;
  align-items:center;
  justify-content:center;
}
#bigbutton {
	opacity:1;
	background-color: rgb(243,80,80);
  border: 4px solid rgb(223,60,60);
  text-decoration: none;
  color: rgb(0,0,0);
  border-radius: 2px;
  margin: auto;
  width: 300px;
  height: auto;
  display: inline-block;
  align-items:center;
  justify-content:center;
}
#bigbutton:hover {
	opacity:1;
        background-color: rgb(223,60,60);
  border: 4px solid rgb(243,80,80);
  text-decoration: none;
  color: rgb(0,0,0);
  border-radius: 2px;
  margin: auto;
  width: 300px;
  height: auto;
  display: inline-block;
  align-items:center;
  justify-content:center;
}
#spacer {
  color: rgb(0,0,0);
  margin: auto;
  width: 150px;
  height: 20px;
  display: inline-block;
  align-items:center;
  justify-content:center;
}
