* {
    margin: 0;
    padding: 0;
}

body {
    background-color: rgb(87, 42, 42);
    color: white;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 85px;
    background-color: rgb(74,74,74);
}

nav ul {
    display: flex;
    justify-content: center;

}

nav ul li {
    list-style: none;
    margin: 0 30px;
    font-size:20px;
}

nav ul li a {
    text-decoration: none;
    color: white;
}

.l1 {
    font-size: 1.5rem;
    margin: 15px 0 0 0;
}
li{
    text-align :left;
    margin-top:30px;
    
}

.h1,
h2 {
    text-align: center;
    margin-top: 40px;
}

.projects {
    text-align: center;
    font-size: large;
    padding-left: 0px;
    margin-top: 40px;
}

.contact {
    overflow: hidden;
    padding-bottom: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}/* CSS */
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: rgb(87, 42, 42);
    color: white;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 85px;
    background-color: rgb(74,74,74);
}

nav ul {
    display: flex;
    justify-content: center;

}

nav ul li {
    list-style: none;
    margin: 0 30px;
    font-size:20px;
}

nav ul li a {
    text-decoration: none;
    color: white;
}

.l1 {
    font-size: 1.5rem;
    margin: 15px 0 0 0;
}
li{
    text-align :left;
    margin-top:30px;
    
}

.h1,
h2 {
    text-align: center;
    margin-top: 40px;
}

.projects {
    text-align: center;
    font-size: large;
    padding-left: 0px;
    margin-top: 40px;
}

.contact {
    overflow: hidden;
    padding-bottom: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

