
html{
    scroll-behavior: smooth;
}

body{
    background-color: rgb(18, 30, 31);
    background-image: url("background5.png");
    background-repeat: no-repeat;
    background-size: 100%;
    color: #e0f3f3
}

.works_link{
    display:inline-block;
    transform: rotate(30deg);
    padding-left: 25rem;
    padding-bottom: 45rem;
    z-index: 11;
    position: absolute;
}

.works_link img{
    width: 300px;
    height: auto;
}

.aboutme_link{
    display:inline-block;
    transform: rotate(30deg);
    padding-right: 17rem;
    padding-top: 75rem;
    z-index: 10;
    position: absolute;
}

.aboutme_link img{
    width: 300px;
    height: auto;
}


.nicknameimg{
    width: 900px;
    padding-top: 10rem;
}


.names {
    /* position: absolute; left: 800px; */
    display: flex;
    /* align-content: center; */
    justify-content: right;
    padding: 5rem;
}

.names img{
    width: 350px;
}

.textaboutme{
    display: flex;
    flex-direction: column;
    max-width: 620px;
    padding-left: 3rem;
    padding-right: 3rem;
}

.myname{
    margin: 0;
}

a:visited{
    text-decoration: none;
}

a:link{
    text-decoration: none;
}

.icons img{
    width: 50px;
    height: auto;
}

.detail {
    position: relative;
    /* background-image: linear-gradient(rgba(18, 30, 31, 0.5), rgba(18, 30, 31, 0.5)), url("flower_bdetail.png");
    background-repeat: no-repeat;
    background-size: 600px; 
    background-position: left center;  */
    min-height: 120%;
    padding-top: 100px;
    
}
.me {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    position: relative;
}


.me h3{
    font-size: 30px;
    font-weight: bolder;
}

.meimg {
    width: 500px;
    height: auto;
    position: relative;
    z-index: 2;
}

.spotify{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    iframe {
        min-width: 400px;
    }
}

.myinfo {
    line-height: 1.8rem;
}

.nickname-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15rem;
}

@media (max-width:1000px) {
	.me {
		flex-wrap: wrap;
	}

    .textaboutme {
        padding: 2rem;
    }

    .nickname-desktop {
        display: block;
        padding-bottom: unset;
    }

    .nicknameimg {
        width: 100%;
        padding-top: unset;
    }

    .works_link {
        padding-left: unset;
        padding-bottom: unset;
        z-index: unset;
        position: unset;
        padding-top: 5rem;
    }

    .aboutme_link {
        padding-right: unset;
        padding-top: 1rem;
        z-index: unset;
        position: unset;
        padding-bottom: 5rem;
    }
}

@media (max-width:635px) {
    .spotify {
        padding: unset;
        iframe {
            min-width: unset;
            width: 100%;
        }
    }
}

@media (max-width:525px) {
    .names {
        padding: unset;
        justify-content: center;
    }

    .meimg {
        width: 100%;
        position: unset;
    }
}

.spotify h2{
    margin: 3rem;
}

h3 {
    text-align: left;
    
  }

p{
    text-align: left;
    font-size: 20px;
    text-align: justify;
}