header {
    text-align: center;
}

h1 {
    font-size: 60px;
    margin-top: 30px;
}

h2 {
    font-size: 20px;
}

figure {
    display: inline-block;
    padding: 5px;
    width: 300px;
    height: 280px;
}

figcaption {
    background-color: black;
    color: white;
    font-family: Consolas,"courier new";
    text-align: center;
    padding: 10px;
}

.img_project {
    width: 260px;
    height: 240px;
}

hr {
    margin-top: 35px;
    width: 60%;
    margin-bottom: 35px;
}

.AboutMe {
    margin-left: 25%;
    margin-right: 25%;
    text-align: left;
}

body {
    font-family: Consolas,"courier new";
    color: black;
    background-color: #ffffff;

}

footer {
    color: #000000;
    text-align: center;
}
