body, html {
    margin: 0;
    padding: 0;
    /* font-family: 'IBM Plex Mono', monospace; /* Default font for body text */
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.6; /* 1.6 times the font size */

}
h1, h2, h3, h4 {
    /* font-family: 'Courier Prime', monospace; /* Specific font for headers */
    font-family: 'Roboto', sans-serif;
    color: #e5373e;
}

header {
    background: rgb(237,80,79);
    font-family: 'Roboto', sans-serif;
    font-size: 1.9em;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 100px 0;
}
.content {
    padding: 20px;

}
#contact, #contact a {
    color: white;
    text-align: center;
    
}
.contact-container {
display: flex;
justify-content: space-around;
color: #FFF;
padding: 5px 0;
background-color:rgb(237,80,79);
width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 1024px) {
    .container {
        width: 50%;
        margin: auto;
    }
}

.project {
    padding: 5px;
}
.project img {
    max-width: 100%;
    height: auto;
}
