.asset-regular {
    font-family: "Asset", serif;
    font-weight: 400;
    font-style: normal;
  }
.goblin-one-regular {
    font-family: "Goblin One", serif;
    font-weight: 400;
    font-style: normal;
}

.inknut-antiqua-light {
  font-family: "Inknut Antiqua", serif;
  font-weight: 300;
  font-style: normal;
}

.inknut-antiqua-regular {
  font-family: "Inknut Antiqua", serif;
  font-weight: 400;
  font-style: normal;
}

.inknut-antiqua-medium {
  font-family: "Inknut Antiqua", serif;
  font-weight: 500;
  font-style: normal;
}

.inknut-antiqua-semibold {
  font-family: "Inknut Antiqua", serif;
  font-weight: 600;
  font-style: normal;
}

.inknut-antiqua-bold {
  font-family: "Inknut Antiqua", serif;
  font-weight: 700;
  font-style: normal;
}

.inknut-antiqua-extrabold {
  font-family: "Inknut Antiqua", serif;
  font-weight: 800;
  font-style: normal;
}

.inknut-antiqua-black {
  font-family: "Inknut Antiqua", serif;
  font-weight: 900;
  font-style: normal;
}



html, body{
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Inknut Antiqua", serif;
    font-weight: bold;
    background-color: #1b1717;
    z-index: -1;

   
}


.background{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    
    background-image: url("images/StayWithMeCover.png");
    background-size: 150%;
    filter: blur(20px);
    z-index: -0.5;
}

.main-container{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    align-items: center;
    color: #dfda74;
    

}

.slogan{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 10%;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
    font-size: clamp(2vw, 6vw, 60px);
    text-align: center;
    font-family: "Asset", serif;
    z-index: 1;
    
}

.links{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 10%;
    justify-content: space-around;
    align-items: center;
    border-radius: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    z-index: 1;
    
}


.img:hover{
    transition: 0.15s;
    filter: brightness(1.1);
    filter: opacity(0.5);
}

.img{
    height: auto;
    border-radius: 100%;
    max-width: clamp(50px, 10vw, 100px);
    z-index: 1;
}

.rest{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 80%;
    justify-content: center;
    z-index: 1;
    
}

@media (max-width: 1000px){
    .rest{
        flex-direction: column;
    }
}



.upcoming{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
    filter: drop-shadow(-10px 10px 30px rgba(0, 0, 0, 0.5));
    border-radius: 5%;
    z-index: 1;

}

@media (max-width: 1000px){
    .upcoming{
        height: 70%;
    }
}

.cover{
    height: auto;
    max-width: clamp(15vw, 30vw, 500px);
    border-radius: 10%;
    margin-top: 30px;
    margin-bottom: 50px;
}


.spotify{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    scrollbar-width: none;
    padding: 10px;
    height: 100%;
    width: 100%;

}

@media (max-width: 1000px){
    .other{
        height: 30%;
    }
}

.presave{
    display: flex;
    width: 40vw;
    height: 10vw;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0);
    color: #dfda74;
    border-color: #dfda74;
    border-width: 5px;
    font-family: "Inknut Antiqua", serif;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-style: solid;
    text-decoration: none;
}

.presave:hover{
    filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.8));
}

.presave:active{
    filter: brightness(1.5);

}
