html,
body {
   margin: 0px;
   padding: 20px 0px 0px 0px;
   font-family: Helvetica;
   width: 100%;
   background-color: rgb(31, 31, 31);
   color: rgb(255, 255, 255);
   text-align: center;
}

a {
   color: #333;
}

a:focus,
a:hover {
   color: #666;
}

p {
   color: #333;
}

.styled-select select {
   background: transparent;
   height: 40px;
   width: 268px;
   font-size: 24px;
   text-align: center;
   border: 2px solid #ff02ff;
   color: #a9a9a9;
}

.gray_button {
   color: #a9a9a9;
   font-size: 24px;
}

.big_button {
   font-size: 32px;
}

.title_img {
   max-width: 100%;
   height: auto;
}

#bln_title {
   max-width: 100%;
   height: auto;
}

#index_content {
   margin-left: auto;
   margin-right: auto;
   max-width: 600px;
}

#play_content {
   margin-left: auto;
   margin-right: auto;
}

input[type="text"] {
   background: transparent;
   height: 40px;
   width: 268px;
   font-size: 24px;
   text-align: center;
   border: 2px solid #ff02ff;
   color: #a9a9a9;
}
