body {
    background-color: black;
    margin: 0;
    overflow: hidden;
    height: 100vh;
    position: relative;
  }
  #mediaInfo {
    width: 60px;
    height: 60px;
    background-color: white;
    position: absolute;
    border-radius: 50%;
  }
  #fullscreenButton {
    display: block;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    cursor: pointer;
  }
  #refreshrateInfo {
    position: absolute;
    top: calc(15% - 30px); /* Ajuste a posição vertical para alinhar com o botão "fullscreenButton" */
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }