#contentarea{
  height: 540px;
  
  display: flex;
  justify-content: center;
  align-items: flex-end;
  
  box-sizing: border-box;
  padding: 24px;
  
  background-image: url('/images/index_bg.webp');
  background-position: center bottom;
  background-size: 150%;
  
}

#centerdiv{
  width: 440px;
  height: 100px;
  
  box-sizing: border-box;
  padding: 4px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  background: #d0d0d0;
}

#border_div{
  width: 100%;
  height: 100%;
  
  box-sizing: border-box;
  padding: 40px;
  border: solid 2px #000000d0;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.text_body{
  text-align: center;
  
  font-size: 18px;
  color: #000000;
}