* {
    --accent: blueviolet;
    --accent: aqua;
    --back: #000000e1;
}

body {
    background-color: var(--back);
}

.font {
    font-family: Josefin sans;
    font-family: Noto Sans;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    font-size: 50px;
    color: #ffffff;

    margin: auto;
    /*margin-top: 10px;*/
}

.font2 {
    font-family: Josefin sans;
    font-family: Noto Sans;
    font-optical-sizing: auto;
    font-weight: lighter;
    font-style: normal;
    font-size: 50px;
    color: #ffffff;

    margin: auto;
    /*margin-top: 10px;*/
}

.font3 {
    font-family: Noto Emoji;
    font-size: 50px;
    color: #ffffff;
    margin-top: 5px;
}

.img {
    height: 400px;
    width: 400px;
    border-radius: 19px;
    border: solid 1px var(--accent);
}

.center {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
    width: auto;
}

.ill {
    align-content: left;
    text-align: left;
    vertical-align: middle;
}

.main {
    text-align: left;
    left: 300px;
}

.song {
    left: 100px;
}

.boxout {
    display: flex;
    height: fit-content;
    width: fit-content;
    padding: 1px;
    margin: auto;
    background-color: var(--accent);
    border-radius: 30px;
    box-shadow: var(--accent) 0px 0px 5px 1px;
}

.box {
    display: flex;
    height: fit-content;
    width: fit-content;
    padding: 10px;
    margin: auto;
    background-color: var(--back);
    border-radius: 29px;
}

.providerimg {
    height: 80px;
    border-radius: 19px;
    border: solid 1px var(--accent);
}

.providertext {
    /*height: 40px;*/
    margin: auto;
    /*margin-top: 20px;*/
}

.px {
    width: 10px;
}

.wa {
    appearance: none;
    -webkit-appearance: none;
    width: auto;
    height: 15px;
    border-radius: 15px;  
    background-color: #00000080;
    border: solid 1px var(--accent);
    outline: none;
}

.wa::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--back);
    opacity: 1;
    outline: var(--accent) solid 1px;
    box-shadow: var(--accent) 0px 0px 5px 0px;
    transition: box-shadow 0.2s ease-in-out;
}

.wa::-webkit-slider-thumb:hover {
    box-shadow: var(--accent) 0px 0px 5px 2px;
    transition: box-shadow 0.2s ease-in-out;
}

.wa::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--back);
    opacity: 1;
    outline: var(--accent) solid 1px;
    box-shadow: var(--accent) 0px 0px 5px 0px;
    transition: box-shadow 0.2s ease-in-out;
}

.wa::-moz-range-thumb:hover {
    box-shadow: var(--accent) 0px 0px 5px 2px;
    transition: box-shadow 0.2s ease-in-out;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    background-color: #00000000;
    border-radius: 20px;
    color: white;
    font-size: 40px !important;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'OPSZ' 240
}

.material-symbols-outlined {
    animation: pulse 3s infinite ;
  }
  
  @keyframes pulse {
    0% {
      color: white;
    }
    50% {
        color: var(--accent);
    }
    100% {
        color: white;
    }
  }


/*.change {
    animation: change 3s infinite ;
}
  
@keyframes change {
    0% {
        height: fit-content;
        width: fit-content;
    }
    100% {
        height: fit-content;
        width: fit-content;
    }
}*/

.pro {
    height: 20px;
    width: 40%;
}

.audio {
    width: 100%;
}