@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
    font-family: "Cute Notes";
    src: url("/fonts/cute_notes/Cute Notes.ttf");
  }

@font-face {
    font-family: "Guilty As Sin";
    src: url("/fonts/kg_guilty_as_sin/KGGuiltyAsSin.ttf");
  }

html, body {
    background-color: #5F374B;
    font-family: "Source Code Pro";
    font-weight: 500;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 20px;
}

.back-button {
    font-family: "Guilty As Sin";
    font-size: 64px;
    color: white;
    text-decoration: none;
}

.main-content {
    background-image: linear-gradient(rgb(186, 145, 208), #7E60BF);
    width: 60rem;
    min-height: 20rem;
    margin: 10rem auto 2rem auto;
    padding: 4rem 1rem;
}

.profile-division {
    height: 25rem;
    display: flex;
    flex-direction: row;
}

.profile-content {
    display: inline-flex;
    flex-direction: column;
    padding: 1rem 2rem;
    font-size: 32px;
}

.profile-content-upper {
    display: inline-flex;
    flex-direction: column;
}

.profile-content-lower {
    display: inline-flex;
    flex-direction: column;
    margin-right: 1rem;
}

.socials-division {
    display: inline-flex;
    flex-direction: row;
}

.socials {
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: black;
}

.socials-icon {
    width: 32px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.vertical-divider {
    display: inline-flex;
    border: 6px solid rgb(227, 203, 240);
    width: 0;
    margin: 0 2rem;
}

.frame {
    background-color: rgb(227, 203, 240);
    width: 256px;
    height: 256px;
    margin: auto 4rem
}

.text-division {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    margin: 2rem 0rem;
}

.music-division {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0rem 2rem;
}

.song-list {
    display: flex;
    flex-direction: row;
    justify-content:center;
    flex-wrap: wrap;
}

.album-cover {
    width: 128px;
    height: 128px;
    margin: .6rem;
}

.aboutme-division {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 5rem;
    color: white;
    text-shadow: 
    1px 1px 0 black,
    -1px 1px 0 black,
    -1px -1px 0 black,
    1px -1px 0 black;
}

.short-division {
    height: 2rem;
}

.art-division {
    display: inline-flex;
    flex-direction: column;
    padding: 0 2rem;
}

.art-wall {
    display: flex;
    flex-direction: row;
    width: auto;
}

.fonts_note {
    font-family: "Cute Notes";
    letter-spacing: .5rem;
}

.fonts_guilty {
    font-family: "Guilty As Sin";
}