@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Gluten:wght@300&display=swap');port url('https://fonts.googleapis.com/css2?family=Gluten:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk&display=swap');

@font-face {
    font-family: 'Augie';
    src: url('../fonts/augie.ttf') format('truetype');
  }

:root{
    --cor-fundo: rgb(255, 255, 255);
    --cor-hover: rgb(118, 180, 145);
    --cor-primaria: rgb(0, 0, 0);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    display:flex; 
    flex-direction:column;     
}
 
 .page{
    margin-bottom: 48px;
    border-top: 0.4px solid #FFF2E7;
    height: 100%;
    width: 100%;
}
 

.content {
    text-align: center;
    margin-top: 60px;
}

.title {
    font-family: 'Fredoka One', 'cursive';
    font-weight: 400;
    font-size: 75px;
    color: #98DCBB;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
    padding-bottom: 40px;
}

.songs, .lyrics {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}

.song-item {
    width: 25%;
}

.song-frame, .lyrics-frame {
    position:relative;
    text-align:center;
}

.song-play {
    padding-left: 30px;
    margin:-40px 0 0 -30px;
     width: 260px;
    height: 30px;
 
}
 

.song-image {
    border-style: solid;
    border-width: 25px 25px 55px;
    border-color: rgb(149, 216, 184, 0.65);
    height: 75%;
}

.song-title {
    font-family: 'Fredoka One', 'cursive';
    font-weight: 400;
    font-size: 28px;
    color: rgb(79, 169, 126, 0.65);
    -webkit-text-stroke: 2px rgb(0, 0, 0);
    padding: 10px 15% 0;
    text-align: center;
}

.lyrics-header-title {
    font-family: 'Fredoka One', 'cursive';
    font-weight: 400;
    font-size: 75px;
    color: rgb(70, 165, 206, 0.65);
    -webkit-text-stroke: 1px rgb(0, 0, 0);
    margin-top: 55px;
}

.lyrics-image {
    margin-top: 80px;
    border-style: solid;
    border-width: 25px;
    border-color: #80CCED;
    height: 75%;
}

.lyrics-title {
    font-family: 'Fredoka One', 'cursive';
    font-weight: 400;
    font-size: 25px;
    color: rgb(70, 165, 206, 0.65);
    -webkit-text-stroke: 2px rgb(0, 0, 0);
    padding: 10px 15% 0;
    text-align: center;
}

.interview-leopoldo {
    margin-top: 100px;
}

.interview-title {
    font-family: 'Fredoka One', 'cursive';
    font-weight: 400;
    font-size: 40px;
    color: #C78EFC;
    -webkit-text-stroke: 2px rgb(0, 0, 0);
    padding: 10px 35% 0;
    text-align: center;
}

.testi-canzoni-button {
    width: 380px;
    height: 90px;
    border: none;
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
    cursor: pointer;
    transition: background.3s;
    margin-top: 15px; 
    background-color: #DC95C9;
}

.testi-canzoni-button:hover {
    background-color: #cc66b1;
}
 
@media (max-width: 1308px) {
 
    .song-item {
        width: 35%;
    }
}


@media (max-width: 900px) {

    .songs {
        flex-direction: column;
    }

    .song-item {
        margin-left: 35%;
        padding-top: 55px;
    }

    .song-play {
        margin:-40px 0 0 30px;
        padding-left: 0; 
    }
    
}

@media (max-width: 830px) {

    .title, .lyrics-header-title {
        font-size: 60px;
    }

    .interview-title {
        font-size: 30px;
        padding: 10px 15% 0;
    }
    
}

@media (max-width: 650px) {

    .song-item {
        margin-left: 25%;
        width: 55%;
    }
    
}

@media screen and (max-width: 530px) {

    .texto {
        margin-top: 40px;
    }

    .title, .lyrics-header-title {
      font-size: 40px;
      font-weight: 300;
    }

    .song-item {
        margin-left: 20%;
        width: 60%;
    }

}

@media screen and (max-width: 430px) {
    .title, .lyrics-header-title {
      font-size: 35px;
      font-weight: 300;
    }

    .song-item {
        margin-left: 10%;
        width: 80%;
        padding: 0 0 55px;
    }

    .song-image {
        width: 75%;
    }

    .song-play {
        margin: -40px 0;
        width: 70%;
    }

    .song-title, .lyrics-title {
        font-size: 15px;
        -webkit-text-stroke: 1px rgb(0, 0, 0);
    }

    .lyrics-image {
        width: 75%;
        margin-top: 30px;
    }

    .interview-leopoldo {
        margin-top: 50px; 
    }

    .interview-image {
        width: 75%; 
    }

    .interview-title {
        font-size: 25px; 
    }
    

}

@media screen and (max-width: 330px) {
    .lettera-item {
        font-size: 16px;
    }
}  

@media screen and (max-width: 310px) {
    .title, .lyrics-header-title {
      font-size: 25px;
      font-weight: 300;
    }

    .song-image {
      border-width: 15px 15px 55px; 
    }

    .interview-title {
        font-size: 18px; 
    }
}  