@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Gruppo&display=swap');

body {
  background-color: #000;
  
}

img {
  display: block;
  margin: 0 auto;
  border: 10px solid #111111;
  width: 600px;
  height: 600px;
  position: relative;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 50px solid #111111;
  z-index: -1;
}

.text {
  display: block;
  text-align: center;
  font-family: 'Gruppo', cursive;
  font-size: 2em;
  color: #fff;
  margin-top: 10px;
}

.player {
    color: #fff;
    position: absolute;
    max-width: 300px;
    left: -300px;
    transition: all 0.3s;
}

.player:hover {
    color: #fff;
	left:0px;
}

.player:after {
    color: #fff;
	content: '\1F56A';
    font-size: 1em;
    text-align: center;
    width: 100px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
}

.picture-text {
    display: block;
  font-family: 'Gruppo', cursive;
  font-size: 72px;
  color: #ffffff;
  position: absolute;
  top: 35px;
  right: calc(50% + 235px);
  transform: translateX(50%);
}
a{font-size: 60px;left:40%;
		right:40%;
		text-align: center;
		font-size: 0.8em;
        display:inline-block;
		position: relative;
        margin: 10px auto;
		margin-right: 100px;
        padding: 10px 20px;}
.button {
	    left:40%;
		right:40%;
		text-align: center;
		font-size: 0.8em;
        display:inline-block;
		position: relative;
        margin: 10px auto;
		margin-right: 100px;
        padding: 10px 20px;
        background-color: #ff0000;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out;
		width:5%;
      }

      .button:hover {
        background-color: #a60000;
      }
	  map{
	  
	  position: fixed;}
	  div{width:0; height:0;}
	  