#main{
    text-align: justify;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#title {
    text-align: center;
    padding: 10px;
    font-size: 3rem;
    margin: auto;
    
  }

  .links {
    text-align: left;
    color: black;
  }
#images{
    display: block;
    max-width: 620px;
    margin:0 auto;
    padding-bottom: 5;
    padding-top: 15;
}
#img-div{
    box-shadow:0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    max-width: 650px;
    margin:0 auto;
}
#img-caption{
    text-align: center;
    padding-bottom: 5px;
    color: rgb(94, 87, 87);
    margin-bottom: 70px;
}
blockquote{
    font-style: italic;
    justify-content: center;
    width: 92%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 auto;
    padding: 10px;
    color: rgb(98, 137, 146);

}
a :visited{
    color: darksalmon;
}
#daftar{
    text-align: left;
}

li a{
    font-weight: bolder;
    color: cyan;
    text-decoration: none;
}
#tribute-link a{
    font-weight: bold;
    text-decoration: none;
    color: cyan;
}
@media (min-width:450px){
    img{
        width: 100%;
    }
    #img-div{
        width: 90%;
    }
}
@media (min-height:450px){
  #tribute-info{
      margin: 20;
}
