/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body{
  font-family: "MS Mincho", "MS 明朝", "Hiragino Mincho ProN", serif；}
  
body {color:white;
  background-color:black;
  background-image:url(IMG_1523.gif);
}

    
h1{text-align:center;}
body{text-align: center;}

a:link{
color:white;
}
a:visited{
color:white;
}
a:hover{
color:#c0c904;
}

a:hover,a:active{
text-decoration:none;
}

a{text-shadow: 0 0.4em 0.8em white}

      .ENTER{
        width:auto;
        height: auto;
        position: relative;
      }
      .ENTER img{
        width:100%;
      }
      
       a{
        position: absolute;
        top:55%;
        left:5%;
        font-size:80px;
        padding:0;
        margin:0;
      }

.container{
  width: 100%;
  max-width:500px;
  margin-right: auto;
  margin-left: auto
}


img {
  max-width: 100%; 
}


