* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

.image-container {
    position: absolute;
    top: 0;
    left: 0;
    margin: 24px; 
  }    

}
.customfile{
  background: rgb(133, 133, 133);
  border-radius: 32px;
  padding: 6px;
  font-size: 16px;
}

.customfile::-webkit-file-upload-button{
  background: rgb(187, 45, 6);
  color: rgb(27, 27, 27);
  font-weight: bold;
  padding: 8px 16px;
  margin-inline-end: 8px;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  
}

#container {
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100%;
}
#canvas1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(3px) contrast(50);
    filter: drop-shadow(0 0 0.75rem rgb(255, 0, 0));
}
#audio1 {
    width: 18%;
    margin: 24px auto;
    padding: 4px 16px;
    position: absolute;
    top: 56px;
    right: 0;
    display: block;

  }

  audio::-webkit-media-controls-play-button{
    background-color: rgb(187, 45, 6);
    border-radius: 50%;
      }

  audio::-webkit-media-controls-panel{
    background-color: rgb(133, 133, 133);
    color: rgb(133, 133, 133);
      }
  
      audio::-webkit-media-controls-current-time-display,
      audio::-webkit-media-controls-time-remaining-display {
        color: rgb(0, 0, 0);
      }

#fileupload {
    position: absolute;
    margin: auto;
    top: 24px;
    right: 17px;
    color: rgb(37, 37, 37);
    z-index: 100;
}