*{
    margin: 0;
    padding: 0;
}

body{
    background-color: rgb(19, 19, 22);
}
#title{
    color: rgb(43, 43, 46);
}

.header-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    height: 80px;
    background-color: rgb(76, 76, 77);
    font-family: "press start 2p";
    font-weight: 200;
}

.header-content a{
    text-decoration: none;
    color: rgb(44, 54, 54);
    font-size: large;
}

.header-content a:hover{
    color: rgb(0, 148, 148);
}

.pic{
    display: inline-block;
    border: 1px solid rgb(40, 40, 43);
    margin: 10px;
    margin-right: 60px;
    margin-left: 85px;
    padding-top: 7px;
}
.pic .description{
    padding: 10px;
    text-align: center;
    color: rgb(66, 66, 119);
    font-family: "press start 2p";
}

.pic img{
    width: 250px;
    height: auto;
}
