body {
    background-color: #050505;
}
*{
    margin: 0;
    color: #EED8E5;
    font-family: "SN Pro";
}
.nav {
    background-color: #050505;
    width: 20%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    border-image: linear-gradient(to top, #151414 0%, #f7eba3 100%) 1; 
    border-right: 4px solid;
    margin: 0;
    top: 0px;
    bottom: 0px;
    left: 0px;
} 
.nav div h1 {
    bottom: 0;
    padding: 25px;
    color: #E6ECE6;
    background: linear-gradient(45deg, #050505, #f7eba3);
    position: absolute;
    width: 100%;
}
.nav a:not(:nth-child(4)) {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 25px;
    background: linear-gradient(45deg, #ffea75 0%, #050505 50%);
    background-size: 1000px;
    background-position: -560px;
    transition: 1s ease-in-out;
}
.nav a:hover{
    background-position: 0px;
}
.nav a:nth-of-type(4) {
    background-color: #ffec80;
    color: #555555;
    padding: 25px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    transition: 1s ease-in-out;
}
.nav a:nth-of-type(4):hover {
    box-shadow: 0px 0px 55px 10px #ffec80;
    background-color: #f7eba3;
}
.intro {
    margin-left: 21%;
    width: 70%;
    top: 10px;
    padding: 50px;
    font-size: 75px;
    position: relative;
    color: #ffffff;
    border-bottom: solid 5px #F9E67D;
    background-color: #;
    border-radius: 5px;
}
.intro::before {
    content: ".";
    color: transparent;
    background: linear-gradient(45deg, #F9E67D, #C3BA82 50%);
    border-radius: 25px;
    margin-right: 50px;
    width: 20px;
    height: 100px;
}
.abt .headers {
    margin: 0;
}
.abt .headers::before {
    height: 800px;
}
.headers {
    font-size: 50px;
    padding: 25px;
    margin-left: 22%;
    position: relative;
}
.headers::before{
    content: '.';
    color: transparent;
    height: 150px;
    position: absolute;
    margin-right: 25px;
    width: 25px;
    background: linear-gradient(45deg, #FFEC80, #F5E270, #EAD867);
}
.abt {
    margin-left: 20%;
    margin-top: 100px;
    padding-bottom: 60px;
    background: linear-gradient(45deg, #ffff7d, #000000 70%);
}
.abt div {
    transition: 1s ease-in-out;
    background-color: #101010;
    width: 200px;
    font-size: 20px;
    padding: 25px;
    padding-right: 60%;
    margin-left: 75px;
    display: flex;
}
.abt div:nth-of-type(1){
    background-color: #ffff8f;
    color: #050505;
    font-size: 25px;
    text-align: center;
}
.abt div:nth-of-type(1) p{
    color: #ffff8f
}
.abtdev {
    margin-left: 20%;
    padding: 25px;
    margin-top: 75px;
    font-size: 18px;
}
ul {
    margin-left: 21%;
    margin-top: 75px;
    padding: 25px;
    border-radius: 15px;
    width: 75%;
    background-color: #BB9FC2;
    list-style-type: none;
}
li {
    padding: 25px;
    font-weight: bold;
    font-size: 25px;
}
li::before {
    content: '> ';
    font-weight: 1000;
}
footer {
    margin-top: 250px;
    background-color: #876A83;
    padding: 25px;
}
footer a {
    text-decoration: none;
}
footer p{
    margin-left: 22%;
}
