h1 {text-align: center; top:400px; bottom:700px; margin: 0px; text-decoration: none; color: #FFF; position: absolute;}
p {text-align: center;}
nav {text-align: center;}
h2 {text-align: center;}
div {text-align: center;}
.more {
  background:none;
  border:none;
  color:#FECDD7;
  font-family:Verdana, Geneva, sans-serif;
  cursor:pointer;
}
img{ position: relative;}
body {
  background-image: url("427.gif");
  background-position: center center; 
  background-size: cover;
}
.floating-window {
  position: fixed;
  top: 50px;
  left: 50px;
  width: 300px;
  height: 200px;
  z-index: 5000; /* Ensure it's on top of other content */

  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: white;
}
img {
  display: block;
  margin: auto;
  width: 50%;
}

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

.image { 
   position: relative; 
   width: 100%;
   
}

h2 { 
   position: absolute; 
   top: 200px; 
   left: 0; 
   width: 100%; 
}
.button { cursor: pointer;}

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