html, body{
    margin: 0px;
    padding: 0px;
}
body, #content{
    display:flex;
    flex-direction:column;
    align-items:center;
    background-color:rgb(116, 194, 194);
    font-family: 'Roboto', sans-serif;
}

.memeStyle{
    width: 800px;
    margin:30px 0px;
    padding:0px;
    box-shadow: 0px 0px 10px;
}
.memeStyle h4{
    margin:0px;
    font-size:2rem;
    padding:20px 20px;
    background-color: black;
    color:white;
}
.imgHolder{
    width:100%
}
nav{
    width: 100%;
    height:60px;
    background-color:black;
    border-radius: 0px 0px 10px 10px;
    display:flex;
    justify-content: center;
    align-items:center;
}
span{
    font-weight: bold;
    font-size:2rem;
    color:rgb(71, 71, 202);
}
.programmer{
    color:rgb(192, 86, 86);
}