*{
    padding:0px;
    margin:0px;
    
}
html {
    background-color: #1c1c1c;
    color: #d4d4d4; 
}
h1 {
    text-align:center;
    font-size:40px;
    padding-top:20px;
    padding-bottom:20px;
}
main {
      
     
}
body {
      font-family: 'Roboto Mono';
      margin-top:0px;
      min-width:500px;
      max-width:1400px;
      margin:auto;
}
article{
    margin-top:10xp;
    margin-bottom:10px;

}
footer{
    margin-top:20px;
    margin-bottom:20px;
}
.post{
    outline: solid;
    border-radius: 10px 40px 20px;

    /* width: 400px; */
    padding: 20px;
    padding-top: 6px;
    margin: 20px;
        }
img{
    height:80px;
    margin-left:30px;

}
.post:nth-of-type(1) {
  outline-color: #d5c912;
}
