body {
  background-color: black;
  color: white;
  font-family: "Sometype Mono", monospace;
  margin: 0;
}

  .ffc-container {
    margin: 0 15%;
    overflow: hidden;
  }
  
  .ffc-sidebar {
    font-family: "Sometype Mono", monospace;
    border-style: solid;
    border-width: 2px 2px 2px 4px;
    border-color: grey;
    padding: 0 2%;
    margin: 0 2% 0 0;
    width: 15%;
    float: left;
  }
  
  .ffc-bodytext {
    font-family: "Sometype Mono", monospace;
    width: 78%;
    float: left;
  }
  
  .ffc-pai {
    font-family: "Sometype Mono", monospace;
    color: white;
    padding: 10px 15px 10px 15px;
    background-color: black;
    border-style: double;
    border-color: white;
    border-width: 3px;
    float: right;
    clear: right;
    right: 20%;
    position: absolute;
    max-width:30%;
    box-shadow: 5px 5px 5px black;
  }
  
  .ffc-seb {
    font-family: "Sometype Mono", monospace;
    color: rgb(51, 204, 255);
    padding: 10px 15px 10px 15px;
    background-color: black;
    border-style: double;
    border-color: white;
    float: left;
    clear: left;
    left: 20%;
    position: absolute;
    max-width:30%;
    box-shadow: 5px 5px 5px black;
  }
  
  .ffc-lop {
    font-family: "Sometype Mono", monospace;
    color: green;
    padding: 10px 15px 10px 15px;
    background-color: black;
    border-style: solid;
    border-color: white;
    float: left;
    clear: left;
    margin-left: 15%;
    max-width:30%;
    box-shadow: 5px 5px 5px black;
  }
  
  .wrap {
    position: relative;
    width: 100%;
    height: 0;
}

@media only screen and (max-width: 768px) {
  body {
    background-color: black;
    display: flex;
    flex-direction: column; 
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }
}