@font-face {
    font-family: "TitleFont";
    src: url("assets/fonts/TarrgetOutlineItalic-63LM.otf") format('woff2');
        }
@font-face {
    font-family: "TitleFont2";
    src: url("assets/fonts/MorseTech-n4E4.ttf") format('woff2');
        }
@font-face {
    font-family: "TextFont1";
    src: url("assets/fonts/Modenine-2OPd.ttf") format('woff2');
        }
.titlefont {
    font-family: "TitleFont";
    font-size: 4vw;
    color: #18e699
        }
@media screen and (min-width:1080px) {
.titlefont {
    font-family: "TitleFont";
    font-size: 2vw;
    color: #18e699
        }
    }
.titlefont2 {
    font-family: "TitleFont2";
    font-size: 1vw;
        }
.textfont {
    font-family: "TextFont1";
        }
body {
  background-color:  #111111;
  color: #1bbc68;
  justify-content: center;
  justify-items: center;
  text-align: center;
  word-wrap: break-word;
  margin: auto;
}
.secret {
    display: flex;
    margin-left: 10vw;
    margin-right: 10vw;
    justify-content: center;
    justify-items: center;
    text-align: center;
    font-size: 2vw;
    color: #18e699;
    font-family: TitleFont2;
}
.subtitle {
    display: flex;
    margin-left: 10vw;
    margin-right: 10vw;
    justify-content: center;
    justify-items: center;
    text-align: center;
}
.infotitle1 {
    display: flex;
    margin-left: 10vw;
    margin-right: 10vw;
    justify-content: center;
    justify-items: center;
    text-align: center;
}
.infotitle2 {
    display: flex;
    margin-left: 10vw;
    margin-right: 10vw;
    justify-content: center;
    justify-items: center;
    text-align: center;
    margin-bottom: 30px;
}
.albums-bar {
    display: flex;
    text-align: center;
    justify-content: center;
    justify-items: center;
    width: auto;
    margin-bottom: 50px;
}
.albums-bar h2 {
    text-align: center;
    justify-content: center;
    color:#111111;
    background-color:#18e699;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
.singles-bar {
    display: flex;
    text-align: center;
    justify-content: center;
    justify-items: center;
    width: auto;
    margin-bottom: 50px;
}
.singles-bar h2 {
    text-align: center;
    justify-content: center;
    color:#111111;
    background-color:#18e699;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
.playlists-bar {
    display: flex;
    text-align: center;
    justify-content: center;
    justify-items: center;
    width: auto;
    margin-bottom: 50px;
}
.playlists-bar h2 {
    text-align: center;
    justify-content: center;
    color:#111111;
    background-color:#18e699;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
.albums {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    justify-self: center;
    padding: 2px 8px;
    height: auto;
    width: auto;
    margin-bottom: 30px;
}
@media screen and (max-width:1290px) {
.albums {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    justify-self: center;
    padding: 2px 8px;
    height: auto;
    width: auto;
    margin-bottom: 30px;
}
}
.singles {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    justify-self: center;
    padding: 2px 8px;
    height: auto;
    width: auto;
    margin-bottom: 30px;
}
@media screen and (max-width:1290px) {
.singles {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    justify-self: center;
    padding: 2px 8px;
    height: auto;
    width: auto;
    margin-bottom: 30px;
}
}
.playlists {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    justify-self: center;
    padding: 2px 8px;
    height: auto;
    width: auto;
    margin-bottom: 30px;
}
@media screen and (max-width:1290px) {
.playlists {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    justify-self: center;
    padding: 2px 8px;
    height: auto;
    width: auto;
    margin-bottom: 30px;
}
}
.container-card{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    padding: 2px 8px;
    height: auto;
    width: 235px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    margin-bottom: 25px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 #18e699;
    border-radius: 20px;
}
.container-card:hover {
    box-shadow: 0 8px 20px 0 #18e699;
}
.container-card h2 {
    font-size: large;
}
.container-img {
    width: 210px;
    border-radius: 10%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
a {
    text-decoration: none;
    color: #18e699;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #18e699;
}
.links ul {
    display: grid;
    font-size: large;
    list-style-type: none;
    justify-content: center;
    place-items: center;
    margin: 30px;
    padding: 20px;
    color: #18e699;
}
a {
    text-decoration: none;
    color: #18e699;
}
.signature {
    position:static;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: small;
    color: #1bbc68;
    height: 50px;
}

