@font-face {
  font-family: 'Pixeloid Sans';
  src: url('fonts/PixeloidSans.ttf') format('truetype');
}

body {
  margin: 0;
  height: 100vh;
  display: flex;
  align-items: center;     
  justify-content: center; 
  background: url("img/bg.png");
  background-attachment: fixed;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  font-family: 'Pixeloid Sans', sans-serif;
  font-size: 15px;
  user-drag: none;
}
html, body {
  height: auto;            
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;      
  overflow-y: auto;        
}
img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.inside-box {
  background: #FAF7FF;
  color: black;
  box-sizing: border-box;  
  position: relative;      
  width: 100%;
  top: -81px;  
  max-width: 1200px;       
  margin: 0 auto;          
  padding: 36px 32px;      
  border: 2px solid #DEDEDE;
  text-align: center;
}

.news-box {
  background: #FAF7FF;
  color: black;
  box-sizing: border-box;
  width: 100%;
  top: -81px;
  max-width: 400px;
  margin: 0 auto;
  padding: 16px 12px;
  border: 2px solid #DEDEDE;
  display: inline-block;
  margin-left: -350px;
  line-height: 0.5;
}

.def-box {
  background: #FAF7FF;
  position: relative;
  color: black;
  box-sizing: border-box;
  width: 100%;
  top: -81px;
  max-width: 250px;
  padding: 10px 5px;
  border: 2px solid #DEDEDE;
  margin-left: 650px;
}

.inside2-box {
  background: #FAF7FF;
  color: black;
  box-sizing: border-box;  
  position: relative;      
  width: 100%;
  top: -81px;  
  max-width: 900px;       
  margin: 0 auto;          
  padding: 36px 32px;      
  border: 2px solid #DEDEDE;
  text-align: center;
}

.title-box {
  background-image: url('img/banner.png');
  color: black;
  box-sizing: border-box;
  position: relative;
  width: calc(100% + 64px); 
  left: -32px;   
  top: 28px;             
  padding: 36px 32px;
  text-align: center;
}
.bar-box {
  background: #512d8c;
  color: black;
  box-sizing: border-box;
  position: relative;
  width: calc(100% + 64px); 
  left: -32px;   
  top: 10px;             
  padding: 5px;
  text-align: center;
}

.hyper-box {
  border: 3px solid #9688A8; 
  background: transparent;    
  color: inherit;             
  
  padding: 0;                 
  margin: 0 auto;               
  width: auto;                
  max-width: 715.90px;        
  height: auto;               
  
  box-sizing: border-box;    
}


textarea {
  resize: none;
}

:focus {
  outline: none;
}