body {
    background-color: black;
  }

#test{
    display: block;
    position: absolute;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    
}

#header{
    background-color: rgba(93, 1, 1, 0);
    color: #ff0000;
    font-size: 20px;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    position: absolute;
    margin: auto;
    width: 900px;
    height: 90px;
}

.columna {
    
    width: 900px;
    height: 920px;
    background: #595959;
    color: #ffffff;
    margin: auto;
    overflow: hidden;
    border-style: groove;
  }

  #text{
    display: block;
    position: relative;
    background-color: none;
    line-height: 1.5;
    margin: auto;
    width: 855px;
    height: auto;
    margin-top: 8%;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;

  }
