body {
  text-align: center;
  color: #ffffff;
  background-color: #203D41;
  font-family: arial, helvetica, sans serif;
  font-size: 10pt;
  font-weight: normal;
}

.container {
 width: 480px;
 margin-left: auto;
 margin-right: auto;
 background-color: #203D41; 
 text-align: left;
}

.description {
 width: 463px;
 height: 290px;
 padding: 8px;
 background-color: #17292C;
 border-bottom: dashed 1px #9A9A9A;
 text-align:justify; 
 
}

.description_extra {
 width: 463px;
 height: 600px;
 padding: 8px;
 background-color: #17292C;
 border-bottom: dashed 1px #9A9A9A;
 text-align:justify; 
 
}

.close_button {
 width: 480px;
 margin-top: 5px;
 text-align: right;
 
}