/* @import url('https://fonts.googleapis.com/css2?family=Fondamento:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'); */


  .glassBackground {
    margin: 10px;
    background-image: url('./img/screenshot.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    z-index: -10;
    border-radius: 5px;
    /* font-family: "Ubuntu", sans-serif; */
  }
  
  .glass {
    backdrop-filter: blur(10px);
    width: 20rem;
    height: 40rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .li {
    color: #f9f9f9;
    font-size: .9rem;
    line-height: 1rem;
    list-style: none;
  }
  .head {
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
    color: #f9f9f9;
    font-size: 1.5rem;
  }
  .block1 {
    width: auto;
    height: 6rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 7px;
    margin-bottom: 20px;
  }
  .block2 {
    width: auto;
    height: 5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 7px;
  }
  p {
    font-size: .9rem;
    line-height: 1rem;
  }
  h5 {
    font-size: 1.1rem;
    margin-bottom: 4px;
  }
  .logoContainer {
    display: flex;
    justify-content: center;
    padding-top: 60px;
  }
  .logo {
    background-image: url('./img/spotify.png');
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .link {
    text-align: center;
    color: #f9f9f9;
    margin-top: 10px;
    font-size: 1.2rem;
  }
  a {
    text-decoration: none;
    color: #fc7bb5
  }
  .stopmusic {
    margin-top: 2rem;
    width: auto;
    height: 2rem;
    border: solid 1px #f9f9f9;
    border-radius: 50px;
    align-items: end;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .stopmusic:hover {
    cursor: pointer;
    scale: 1.02;
  }
  .stopmusic:active {
    scale: .95;
  }
  .stop {
    text-align: center;
    font-size: .8rem;
    color: #f9f9f9;
    padding: 3px;
  }

