* {
  box-sizing: border-box;
}

body {
  background: url('/images/TROPICALBG.png') no-repeat center center fixed;
  background-size: cover;

}

.container {
  width: 990px;
  background: none;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
}

/* header, status, footer */
.header {
  width: 100%;
  padding: 3pt;
  background: none;
  margin-bottom: 5pt;
  font-family: 'Daydream';
  text-align: center;
  font-size: 80pt;
  opacity: 0.5;
  text-shadow: 2pt 2pt 1pt steelblue;
  color: skyblue;
}

.status {
  width: 100%;
  padding: 3pt;
  background: rgba(255, 255, 255, 0.7); 
  border: 1pt solid black;
  font-family: 'sono';
  color: #f6cd23;
  text-shadow: 2pt 2pt 1pt #975400;
  font-size: 35pt;
  border-top-left-radius: 15pt;
  border-top-right-radius: 15pt;
  border-bottom: none;
  text-align: left;
}

.back {
margin-right: 1pt;
float: right;
display: inline-block;
  background: white;
  border: 1pt solid black;
  border-radius: 100pt;
  color: black;
  padding: 3pt;
  font-size: 11pt;
  margin-top: 15px;
  text-shadow: 1pt 1pt 1pt white;
    text-decoration: none;

}

.back a {
  text-decoration: none;
  color: black;
  text-shadow: 1pt 1pt 1pt white;
}

.back:hover {
  color: white;
    text-decoration: none;
background: none;
border: none;
  text-shadow: 1pt 1pt 1pt black;
}

.footer {
  width: 100%;
  padding: 3pt;
  background: none;
  margin-bottom: 5pt;
  font-family: '000webfont';
  color: #f6cd23;
  text-shadow: 1pt 1pt 1pt #975400;
  font-size: 15pt;
  text-align: center;
  opacity: 0.6;
}

.footer a {
  text-decoration: none;
  color: #f6cd23;
}

.footer a:hover {
  color: white;
}

/* main layout */
.main-area {
  display: flex;
  width: 100%;   /* force span full container */
}


/* main content column */
.content {
  flex: 3;
  padding: 5pt;
  text-align: justify;
  background: rgba(255, 255, 255, 0.7); 
  margin-bottom: 5pt;
  font-family: 'sono';
  font-size: 14pt;
  color: #975400;
  text-shadow: 1pt 1pt 1pt #f6cd23;
  border-bottom: 1pt solid black;
  border-top: 1pt solid black;
    border-left: 1pt solid black;
      border-right: 1pt solid black;
      border-bottom-left-radius: 15pt;
      border-bottom-right-radius: 15pt;
}

.aboutavatar {
  height: 200px;
  width: auto;
  float: left;
  transform: scaleX(-1);
  margin-right: 5pt;
  border: 1pt solid black;
    filter: grayscale(60%) blur(0.5px) drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

b {
  text-transform: uppercase;
}

li {
  text-transform: lowercase;
}

.nowplaying {
  font-size: 12pt;
  font-family: '000webfont';
}