@charset "utf-8";
/* CSS Document */

.sidebarLeft {
  height: 100%;
  width: 75px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111111;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidebarRight {
  height: 100%;
  width: 75px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111111;
  overflow-x: hidden;
  padding-top: 20px;
}

a {
	color: #23B5FF;
}

body {
	margin-top: 0px;
	background-color: #23B5FF;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}

h1 {
	font-family: "Algerian", "Tahoma", "Verdana", sans-serif;
	font-size: 60px;
	padding: 50px;
	background-color: #ffffff;
}

p {
	font-family: Arial;
	font-size: 20px;
}

img {
	margin: 30px;
	filter: drop-shadow(5px 5px 10px #111111);
	/*width: 30%;*/
}
.button {
  border: none;
  color: white;
  padding: 16px 48px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #DC0026;
}

.button3:hover {
  background-color: #DC0026;
  color: white;
}