
html {overflow: hidden;}

body {
  margin: auto;
}

#container {
  position: absolute;
  width: 400px;
  height: 400px;
  left:300px;
  top:200px;
}
#container img{
    max-width:200px;
}
#text {
  width: 500px;
  height: auto;
  margin-left: 300px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 5000;
  position: absolute;
}

span {
  font-size: 22px;
  font-weight: bold;
}

a, a:hover {
  color: #99CCFF;
  background-color: transparent;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #CCFF99;
  background-color: transparent;
}
