body {
        font-family: "ITC Benguiat Gothic Bold";
        font-size: 24px;
        color: rgb(14,14,101);

        margin: 0;
        padding: 0;
        height: 100vh;
        background-image: url('/enter/mc.jpg');
        background-repeat: repeat;
        background-attachment:fixed;
        background-size: 100%;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: relative;
        cursor: url('https://artwork.neocities.org/pixels/cursors/camera.gif'), auto;
      }

      #enter {
        position: fixed;
        top: 20vh;
        left: 50%;
        transform: translateX(-50%);
        width: 1593px;
        height: 540px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        
        background-image: url('/enter/enter.png');
      }

      .title {
        position: fixed;
        top: 8vh;
        left: 50%;
        transform: translateX(-50%);
        width: 820px;
        height: 131px;
        background-image: url('/enter/title.png');
        background-repeat: no-repeat;
        background-attachment:fixed;
        background-size: 100%;
      }

      .container {
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translateX(-50%);
        width: 40%;
        height: 70%;
      }

      .container-top {
        height: 27%;
        margin-bottom: 50px;
        font-family: "ITC Benguiat Gothic Medium";
        font-size: 18px;
        text-align: center;
        overflow:hidden;
      }

      .container-bottom {
        padding: 6px;
        height: 68%;
        overflow:hidden;
      }

      .button {
        position: absolute;
        width:90px;
        height: 90px;
        left: 50%;
        transform: translateX(-50%);
        top:82.5%;
        background-image: url('/enter/go.png');
        background-repeat: no-repeat;
        background-attachment:fixed;
        background-size: 100%;
      }

      .button:hover {
        background-image: url('/enter/gohover.png');
      }

      .button:active {
        background-image: url('/enter/goclick.png');
      }

      a {
        text-align: center;
        display:block;
        color:rgb(14,14,101);
        font-size: 60px;
        font-weight: bold;
        text-decoration: none;
        transition: color 0.2s;
      }

      a:hover {
        color:rgb(85,254,63);
        cursor: url('https://artwork.neocities.org/pixels/cursors/camera.gif'), auto;
      }