@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #252525;
    font-family: 'Roboto', sans-serif;
    user-select: none;
}

.bg-cover {
    height: 100%;
    width: 100%;
    filter: blur(35px);
    z-index: -1;
    position: absolute;
}

.hide {
    display: none;
}

a {
    z-index: 1;
    position: absolute;
    color: #fff;
    font-size: 40px;
    text-weight: 900;
    left: 90%;
    top: 5px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}

#youcan {
    z-index: 1;
    position: absolute;
    color: #fff;
    font-size: 11px;
    left: 93%;
    top: 35px;
    text-transform: uppercase;
}

#v1-link {
    z-index: 1;
    position: absolute;
    color: #fff;
    font-size: 11px;
    left: 83%;
    top: 97%;
    text-transform: uppercase;
}

#audio {
    display: none;
}

#song {
    left: 0;
    line-height: 200px;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    color: white;
    font-size: 30px;
}

#artist {
    left: 0;
    line-height: 200px;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 55%;
    width: 100%;
    color: white;
    font-weight: 900;
    font-size: 40px;
}

#playButton {
    left: 50%;
    position: absolute;
    top: 2%;
    color: white;
}

#container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.toast {
    background-color: #FFA500;
    color: #FFF;
    border-radius: 5px;
    padding: 1rem 2rem;
    margin: 0.5rem;
}
