body{
     background:linear-gradient(135deg,#d91c7a 0%, #6a1bb1 50%, #2b0a5c 100%);
    color: #fff;
    min-height: 100vh;
}
header{
    padding: 30px 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul{
    list-style: none;
    display: flex;
    align-items:center ;
    gap: 32px;
}
#logo{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size:20px ;
    font-weight: 500;
}
li{
    font-size: 14px;
    cursor: pointer;
}
.sign{
    background-color:#fff;
    padding:6px 18px ;
    color: #6a1bb1;
    border-radius:20px ;
    font-weight: 700;
}
.class{
    padding:40px 90px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pen{
    width: 52%;
}
#girl{
    width: 100%;
}
.work{
    text-align: right;
    margin-top: -550px;
    margin-right: 80px;

}
#art{
    font-size:80px ;
    font-weight:bold ;
    text-align: right;
    margin-right: 5px;
    
}
#studio{
    left: 30px;
    font-weight: lighter;
    font-size:60px ;
    position: relative;
    display:inline-block;
    margin-bottom:40px ;
    margin-top:-5px ;
    letter-spacing:40px ;
}
#btn{
    padding:12px 28px ;
    background:purple ;
    border:none ;
    border-radius:5px ;
    color:white ;
    cursor: pointer;
    font-size: 14px;
}
#cat{
    text-align: center;
    margin:55px auto 25px ;
    font-size:13px ;
    max-width:720px ;
    line-height:1.7 ;
    color: #d8d8d8;
}

 #spam{
  font-size: 25px;
  line-height: 22px;
  margin-bottom: 25px;
} 
 hr{
    margin-right: 10px;
 }
