body {
  background-color: #394a2d;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0; }
  
.container {
  display: flex;
  align-items: center;}
  
img {
  width: 375px;
  height: 308px; }
  
.texto {
  background-color: #0d0905;
  color: #beb39d;
  width: 308px;
  height: 288px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  overflow: auto;}
        
h1 {
  margin: 15px;
  font-size: 30px;
  font-style: italic;
  text-decoration: underline dotted;
  font-weight: 100; }
  
h3 {
  margin: 15px;
  font-size: 20px;
  font-weight: normal;
  text-decoration: underline dotted; }
  
p { margin-top: 0px;
    margin-bottom: 0px; }
    
.lilthing {
  width: 308px;
  height: auto; }