body {
  overflow: hidden;
  background-image: url('/images/DFD bg test.gif');
  background-repeat: repeat;
  background-attachment: fixed;
}

@font-face {
font-family: windows;
src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
}
 
#windows {
font-family: windows;
font-size: 20px;
}

.shadow-left
{
  position: absolute;
  top: 7.5em;
  left: 28em;
  width: 270px;
  height: 450px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: .5em;
}
 
.top 
  {
  width: 250px;
  height: 240px;
  background: #f1778c;
  box-shadow: inset 13px 0px 6px -10px rgb(92 92 92 / 50%), inset -13px 0px 6px -10px rgb(92 92 92 / 50%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(92 92 92 / 15%);
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-radius: .5em .5em 0em 0em;
  padding: 10px;
  }

 .middle
  {
    background: #f1778c;
    box-shadow: inset 13px 6px 6px -10px rgb(92 92 92 / 50%), inset 0px 0px 0px; 
    background-attachment: fixed;
    background-repeat: repeat;
    width: 250px;
    height: 125px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 10px;
  }

 .btn-1
  {
    border-radius: 5px;
    background: #808080;
    width: 100px;
    height: 25px;
    margin-top: 45px;
    margin-left: 15px;
  }
  
  .btn-2
  {
    border-radius: 5px;
    background: #808080;
    width: 25px;
    height: 100px;
    margin-left: 52px;
    position: relative;
    top: -3.75em;
  }
  
  .btn-3
  {
    border-radius: 100%;
    width: 25px;
    height: 25px;
    background: #808080;
    font-family: Nintendo-DS-BIOS;
    color: white;
    font-size: 1.5em;
    text-align: center;
    line-height: 1em;
    padding-left: 1.5px;
    border: 1px solid black;
  }
