
h1 {text-align: center;}
p {text-align: center;}
nav {text-align: center;}
h2 {text-align: center;}
div {text-align: center;}
.more {
  background:none;
  border:none;
  color:#000000;
  font-family:Verdana, Geneva, sans-serif;
  cursor:pointer;
}

body {
  background-image: url("bubbles 2.gif");
  background-position: center center; 
  background-size: cover;
}
.floating-window {
  position: fixed;
  top: 50px;
  left: 50px;
  width: 300px;
  height: 200px;
  z-index: 200; /* Ensure it's on top of other content */

  background-image: url('image.png'); 
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center center; 

  border: 10px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
body {margin:1500;padding:20}
body {cursor: url("hand 1.png"), default;}
body {cursor: url("hand 1.png"), auto;}
a:hover {cursor: url("point.png"), default;}
.auto {cursor: url("point.png"), auto;}


.link:hover {cursor:url("point.png"), auto;}

.nav {cursor:pointer;}
  
.container {
  position: relative;
  text-align: left;
  color: black;
}

.top-left {
  position: absolute;
  top: 250px;
  left: 0px;
  bottom:10px;
  right: 5px;
  width: 1380px;
  border: 0px solid #73AD21;
}
.centered {
  position: absolute;
  top: 300px;
  left: 395px;
  bottom:10px;
  right: 5px;
  width: 625px;
  border: 0px solid #73AD21;
  text-align: left

}

.top-right {
  position: absolute;
  top: 70px;
  left: 1215px;
  bottom:450px;
  right: 0px;
  width: 625px;
  border: 0px solid #73AD21;
  text-align: left
}
img {
  display: block;
  margin: auto;
  width: 50%;
}

.speakers {
    bottom: 0px;
    text-align: center;
}

.button { cursor: pointer;}

button:hover {
  cursor:url("point.png")
}