#video {
  display: none;
}

body {
  font-size: 1em;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  background-color: #000000;
  color: whitesmoke;
  height: 100%;
  margin: 20px;
  padding: 0;
  text-align: center;
}

p {
  margin-top: 5px;
  font-weight: normal;
  padding-top: 1.5em;  
}

h1 {
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: 1px;
  color: #f60;
}

.contentarea {
  font-size: 16px;
  font-family: Arial;
  text-align: center;
}

.hover-text {
  display: none;
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  background-color:#222222;
  color: #f60;
  padding: 5px;
  border-radius: 5px;
  white-space: nowrap;
}

.hover {
  display: inline-block;
  position: relative;
  margin: 0 0;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}

.hover:hover .hover-text {
  display: block;
}

img {
    justify-content: center;
    border-radius: 10%;
}
