body {
    background-color:  #DEE6E0;
    font-family: 'Nunito';
}

@font-face {
    font-family: 'Pixellari';
    src: url('fonts/subset-Pixellari.woff2') format('woff2'),
        url('fonts/subset-Pixellari.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Departure Mono';
    src: url('fonts/subset-DepartureMono-Regular.woff2') format('woff2'),
        url('fonts/subset-DepartureMono-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/subset-Roboto-Regular.woff2') format('woff2'),
        url('fonts/subset-Roboto-Regular.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('fonts/subset-RobotoMono-Medium.woff2') format('woff2'),
        url('fonts/subset-RobotoMono-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Jetbrains Mono';
    src: url('fonts/JetBrainsMono-Regular.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/subset-Nunito-Regular.woff2') format('woff2'),
        url('fonts/subset-Nunito-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}





@media(max-width:500px) {
    header {
        float: none;
        text-align: center;
        margin: 0;
        width: 100%;
    }

}


article {
    margin: auto;    
    color: #000000;
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 50px;
    padding-bottom: 0px;
    font-size: x-large;
    outline: none;

}

article img {
    display: inline-block;
    width: 50%;
    width: 400px;
    height: 250px;
    outline: none;
    border: none;
}

article h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: -20px;
}

article p {
    display: flex;
    justify-content: center;
    align-items: center;
}

article ul {
    list-style-type:
}

article li {
    margin: auto;
}


article a {
    color: #248680;
    border: none;
    outline: none;
    text-decoration: none;

}

article a:hover {
    color: #1D5450;
}

.navbar {
    margin: 0;
    overflow: hidden;
	background-color: #000000;
    width: 100%;
}

.navbar li {
    float: left;
}

.navbar li a {
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    text-decoration: none;
    color: #ffffff;
    display: block;
    font-size: medium;
}

.navbar li a:hover {
    color: #938e88;
}

footer  {
}

.buttons {
    padding-bottom: 10px;
}

footer p {
    color: #000000;
    background-color: #DEE6E0;
    text-align: center;
    position: fixed;
    bottom: 0;


}


.special {
    color: rgb(110, 135, 91)
}

.portimg {
    display: block;
    margin: auto;
    width: 50%;
    width: 200px;
    height: 200px;
    outline: none;
    border: none;
}
