body {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    zoom: 80%;
    background-color: #89dceb;

}
    img {
        display: block;
        width: 650px;
        height: auto;
        border-radius: 20%;
    }


@font-face {
    font-family: "JetBrainsMono Nerd Font Mono";
    src: url("fonts/JetBrainsMonoNerdFontMono-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "JetBrainsMono Nerd Font Mono";
    src: url("fonts/JetBrainsMonoNerdFontMono-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}


body {
    font-family: "JetBrainsMono Nerd Font Mono", monospace;
}

header, section {
    margin-bottom: 40px;
}

h1 {
  font-size : 80px;
  margin-bottom: 10px;
}

h2{
font-size: 30px;
margin-bottom:10px;
}

.project {
    border-left: 4px solid #555;
    padding-left: 15px;
    margin-bottom: 20px;
}

