* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: italic;
    cursor: url('/assets/cursor/d4bb9f406774a05eb2ffc1df8315994c-removebg-preview.png'), auto !important;
}


body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    background-color: black;
    color: white;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 900px;
    flex-direction: column;
    margin: 10px 0;
}


.wings{
    position: relative;
}

.wings img {
    position: absolute;
    z-index: 1;
    height: 100px;
}

.wings .right{
    top: 0px;
    right: 440px;
}

.wings .left{
    top: 0px;
    right: 260px;
}

.container header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;

    /* background-color: rgb(161, 0, 0); */

    background: #A10000;
    background: linear-gradient(90deg, rgba(161, 0, 0, 0) 0%, rgba(161, 0, 0, 1) 25%, rgba(161, 0, 0, 0) 50%, rgba(161, 0, 0, 1) 75%, rgba(161, 0, 0, 0) 100%), url('/assets/header/New\ Project.png');

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    width: 100%;
    height: 100px;

}

.container header .profile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 100;

}

.container header .profile img {
    width: 80px;
    border: ridge black;
}


.container .motto {
    transition: 1s;

}

.container .motto:hover {
    cursor: default;
    padding-left: 20px;
    transition: 1s;
    /* opacity: 0; */
}

.music {
    width: 100%;
    height: 25px;
    background: #2b0000;
    background: linear-gradient(90deg, rgba(43, 0, 0, 1) 0%, rgba(161, 0, 0, 1) 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.music a {
    transition: 0.5s;
    color: white;
    text-decoration: none;
}

.music a:hover {
    color: #5a0000;
    transition: 0.5s;
}

.content {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 100%;
    background-color: #350000;

}



.first {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}

#welcome {
    background: #610000;
    background: linear-gradient(90deg, rgba(97, 0, 0, 1) 0%, rgba(97, 0, 0, 0) 100%), url('/assets/bg/welcome/Backgrounds.jpg');
    padding: 10px;
    flex: 5;
    text-align: justify;
    border: 1px solid black;


}

#welcome h1 {
    color: #ff9a9a;
}

#welcome p {
    color: rgb(255, 101, 101);
}



#aside {
    flex: 1;
    background-color: rgb(80, 0, 0);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    border: 1px solid black;
    border-left: none;
}

#aside nav {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    text-align: left;
    width: 100%;
}

#aside nav h3 {
    padding: 10px 5px;
    color: #ffa7a7;
}


#aside ul {
    list-style: none;
    text-align: end;
}

#aside ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

#aside ul li a {
    color: white;
    text-decoration: none;
    width: 100%;
    /* transition: 0.5s; */
    padding: 10px 5px;
    border-radius: 10px;
}

#aside ul li a:hover {
    padding-right: 10px;
    /* transition: 0.5s; */
    background: #500000;
    background: linear-gradient(90deg, rgba(80, 0, 0, 1) 0%, rgba(80, 0, 0, 0) 100%), url('/assets/bg/aside/download.jpg');
}

.content marquee {
    background-color: #1b0000;
    padding: 5px;
    border: 1px solid black;
    border-top: none;
}


#second {
    display: flex;
    justify-content: center;
    align-items: streth;
    border-top: none;
}

#second .master {
    flex: 6;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;

    background-image: url('/assets/bg/homepage/webmaster/🥀💀.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0000009c;
    background-blend-mode: darken;


}



#second .master .text {
    /* text-align: justify; */
    color: rgb(255, 157, 157);
}

#second .master .text h1 {
    color: white;
    transition: 1s;
}
#second .master .text h1:hover{
    padding: 0 10px;
    opacity: 0;
    transition: 1s;
}

#second .picture {
    flex: 3;
    background-image: url('/assets/bg/homepage/webmaster/ஓ๑♡๑ஓ.jpg');
    background-position: center;
    background-repeat: none;
    background-size: cover;
    border: 1px solid black;
    border-right: none;
    border-top: none;

}


#second .links {
    flex: 2;
    padding: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: column;
    flex-direction: column;
    border: 1px solid black;
    border-top: none;
    border-right: none;
    gap: 10px;
}

.links h3{
    color: rgb(255, 73, 73);
}

#second .links ul {
    list-style: none;
}

#second .links ul li {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

#second .links ul li a{
    padding: 5px 0;
    width: 100%;
    color: white;
    transition: 0.5s;
}
#second .links ul li a:hover{
    padding: 5px 5px;
    text-decoration: none;
    transition: 0.5s;
}