
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:#FFF;
  font-family:Verdana, Geneva, sans-serif;
  cursor:pointer;
}

body {
  background-image: url("red.jpg");
  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;
}

.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;
}

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

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

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