* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #a82bfc;
    
}

body {
    border: 10px solid #6102a0;
    border-radius: 20px;
    margin: 10px;
    font-family: "Galindo", sans-serif;

}

header {
    margin: 30px;
    display:flex;
    gap: 40px;
}

section {
    margin-left: 50px;
    margin-top: 20px;
    margin-bottom: 15px;
}

section ul li div {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

section ul li h4 {
    font-size: 25px;
}

section ul li p {
    font-size: 20px;
}

section ul hr {
    margin-left: -50px;
}

.demo {
    width: 35px;
}

.git {
    width: 35px;
}

.project-img {
    height: 250px;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-top: -20px;
}

.port{
    width: 200px;
}

h1{
    margin-left: 27px;
    padding-top: 20px;
}

.about{
    font-size: 18px;

}

.about li{
    margin-bottom: 10px;
}

.projects {
    margin-top: -20px;
    margin-bottom: -10px;
}

section ul li::marker {
  font-size: 40px; 
}

footer{
    margin-top:20px;
    margin-bottom: 10px;
    text-align: center;   
}


main div{
    padding-left: 30px;
    margin-top:8px

}

main div a{
    margin-left: 8px;
    color: #fffefe;
    font-size: 20px;
    text-decoration: none;
}