/*
Compile SASS: recorder.css
*/
body {
  margin-bottom: 170px; }

.recorder {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%; }
  .recorder .left_box .title {
    text-align: center;
    background-color: #6b6b6b;
    color: lightGray;
    font-size: 1.1rem;
    padding: 0.2rem; }
  .recorder .left_box .buttons {
    background-color: grey;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative; }
    .recorder .left_box .buttons > div {
      padding: 1rem;
      font-size: 3rem; }
  .recorder .visual {
    background-color: #4d4d4d;
    flex: 1; }
