body {
    background-color: #000000;
    color: #ffffff;
    margin: 50px;
    padding: 0px;
    font-family: "IBM Plex Mono", monospace;
}
header {
    color: #ffffff;
    margin-top: 20px;
    line-margin: 0px;
    border: #747474 1px solid;
    border-width: 2px;
}
.profile-pic {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 20px;
}
h1-1 {
    font-size: 50px;
    color: #ffffff;
    text-align: left;
    margin-top: 20px;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    display: block;
}
footer {
    color: #ffffff;
    text-align: center;
    margin-top: 100px;

}
.about {
    margin-top: 20px;
    margin-bottom: 20px;
    border: #747474 1px solid;
}
.projects {
    margin-top: 20px;
    margin-bottom: 20px;
    border: #747474 1px solid;
}
.contact {
    margin-top: 20px;
    margin-bottom: 20px;
    border: #747474 1px solid;
}
h2 {
    font-size: 25px;
    color: #ffffff;
    text-align: left;
    margin-top: 20px;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
p {
    font-size: 20px;
    color: #747474;
    text-align: left;
    margin-top: 20px;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.education {
    margin-top: 20px;
    margin-bottom: 20px;
    border: #747474 1px solid;
}
h2-1 {
    font-size: 20px;
    color: #ffffff;
    text-align: left;
    margin-top: 20px;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
h2-2 {
    font-size: 20px;
    color: #ffffff;
    text-align: left;
    margin-top: 20px;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.icon {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 20px;
}