@font-face {
  font-family: 'SimpsonfontDEMOFixed';
  src: url('/fonts/SimpsonfontDEMOFixed.woff') format('woff');
}

body {
  background: #101013;
  color: #F7751B;
  font-family: 'SimpsonfontDEMOFixed', sans-serif;
  margin: 0;
  scrollbar-color: #F7751B black;
}

h1 {
  font-family: 'SimpsonfontDEMOFixed', sans-serif;
}

.container {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

header {
  background-color: #000;
  padding: 10px 0;
  border-bottom: 2px solid #F7751B;
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
}

.logo {
  user-select: none;
  color: #F7751B !important;
  text-decoration: none
}

.menu {
  color: #F7751B;
  font-size: 18px;
}

.main-frame {
  width: 1000px;
  height: 667px;
  background:url('/frame/01.jpg');
  outline: 1px solid #F7751B;
  margin: 20px auto;
  background-color: #101013;
  position: relative;
}

footer {
  margin-top: 10px;
  color: #F7751B;
}

.see-options {
  user-select: none;
  color: #F7751B;
  text-decoration: none;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}

li {
      text-align: left;
      max-width: 300px;
}

input[type=button] {
  background-color: #F7751B;
  color: black;
  padding: 16px 40px;
  text-decoration: none;
  cursor: pointer;
  font-family: 'SimpsonfontDEMOFixed', sans-serif;
  font-size: 25px;
  border-radius: 25px 25px;
  cursor: url(/cursorclick.png), auto !important;
}

html {
  cursor: url(/cursor.png), auto !important;
  scrollbar-color: #F7751B black;
}

a,.clickable {
  cursor: url(/cursorclick.png), auto !important;
}

.hidden {
  cursor: url(/cursor.png), auto !important;
}

#sense-warning {
    padding: 10px;
    margin: 0;
    background-color: black;
    border: solid 3px #F7751B;
    border-radius: 16px;
    text-align: center;
    font-family: Verdana;
    color: #F7751B;
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translateX(-50%);
    z-index: 8;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    display: none;
    cursor: url(/cursor.png), auto !important;
}

#close-warning {
    background: #F7751B;
    border-radius: 2px;
    text-align: center;
    font-family: SimpsonfontDEMOFixed;
    color: #000000;
    cursor: url(/cursorclick.png), auto !important;
}