* {
    margin: 0;
    padding: 0;
    font-family:'Times New Roman', Times, serif;
    font-size: large;
    background-color: whitesmoke;
    scroll-behavior: smooth;
}

.header{
    background-position: center;
    background-size: cover;
    position: relative;
}

nav img{
    width: 95px;
}

.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    text-align: right;
}
.nav-links ul li a{
    color: black;
    text-decoration: none;
    font-size: 17px;
    text-align: right;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 50%;
}

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;

}

.container {
    margin-top: 100px;
    margin-bottom: 5px;
    font-size: 180%;
    text-align: center;
}

.container h1 {
    font-size: 180%;
}

.container h1 span {
    font-size: 100%;
}

.playlist {
    text-align: center;
    margin-top: 2cm;
    text-align: center;
    position: relative;
}

/* width */
::-webkit-scrollbar {
    width: 12px;
  }
  
  /* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}
  
  /* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(228, 145, 159);
    border-radius: 10px;
}

.desc {
    text-align: center;
}


.about {
    margin-top: 15cm;
}

.about h1 {
    font-size: 150%;
    margin-left: 20px;
    position: relative;
}

.about h2 {
    margin-left: 20px;
    position: relative;
}


.scrdown{
    width: 90%;
    color: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    margin-top: 7cm;
}

.scrdown .hero-btn {
    display: inline-block;
    text-decoration: none;
    color: black;
    border: 1px solid black;
    padding: 12px 34px;
    font-size: 13;
    background: transparent;
    position: relative;    
    text-align: center;
}
.scrdown .hero-btn:hover{
    border: 1px solid #f4436f;
    background: #f44336;
    transition: 1s;
}




.Spotify {
    text-align: center;
    align-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ff6347;
    position: relative;
    box-sizing: border-box;
}

.about {
    background-color: skyblue;
    border-radius: 15px;
    margin-right:250px;
    margin-left: 20px;
    margin-top: 1cm;
}

.about h1{
    background-color: transparent;
    border-radius: 15px;
}

.about h2{
    background-color: transparent;
    border-radius: 15px;
    padding-bottom: 10px;
}


.hobby {
    background-color: green;
    border-radius: 15px;
    margin-left: 250px;
    margin-top: 25px;
    text-align: right;
    margin-right: 20px;
}

.hobby h1{
    background-color: transparent;
    border-radius: 15px;
    font-size: 150%;
    margin-right: 20px;
}

.hobby h2{
    background-color: transparent;
    border-radius: 15px;
    padding-bottom: 10px;
    margin-right: 20px;
}

.personality {
    margin-top: 25px;
    background-color: darkred;
    border-radius: 15px;
    margin-right:250px;
    margin-left: 20px;
    padding-bottom: 10px;
}

.personality h1 {
    font-size: 120%;
    margin-left: 20px;
    margin-top: 25px;
    margin-right:10px;
    position: relative;
    background-color: transparent;
}

.personality h2 {
    margin-left: 20px;
    position: relative;
    background-color: transparent;
}

.crush {
    background-color: pink;
    border-radius: 15px;
    margin-right:10px;
    margin-left: 250px;
    margin-top: 25px;
    text-align: right;
    cursor: help;
}

.crush button{
    background-color: transparent;
    border-radius: 15px;
    font-size: 150%;
    margin-right: 20px;
    border-color: transparent;
    cursor: help;
}



.crush h2{
    background-color: transparent;
    border-radius: 15px;
    padding-bottom: 10px;
    margin-right: 20px;
}


.closer {
    margin-top: 10px;
    text-align: center;
}

.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.footer a{
    margin-top: 20px;
    font-weight: 600;
    cursor: help;
}

.copyright {
    text-align: center;
}

.cmsoon p {
    text-align: center;
    font-size: 120%;
}
.cmsoon h1 {
    text-align: center;
    margin-top: 250px;
    font-size: 120%;
}
/* Todo Making Copyright, Social Media, More... */