html 
{ 
    background-color: #408040; 
} 
body 
{ 
    width: 100%;
    height: 100%;
    margin: 10px auto; 
    background-color: #808080; /* */ 
    padding: 0px;
    font-family: Arial;
    font-size: 16px; 
} 
h1 
{ 
    color: #e0e0e0;
    font-family:monospace;
    text-align:center;
}
p 
{ 
    color: green; 
}

.gurumed_frame
{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0 auto;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  text-align:center;
  font-family:monospace; 
  font-size: 14px; 
  background-color: black;
  color: #ff7e00;
}
.gurumed_top
{
  position: relative;
  box-sizing: border-box;
  text-align:center;
  font-family:monospace; 
  font-size: 16px; 
  width: 100%;
  min-height: 120px;
  border: 5px solid #ff7e00;
}
.gurumed_log
{
  text-align:left;
  font-family:monospace; 
  font-size: 14px; 
}


