#main{
    background-color: rgb(0,0,0,0.6);
}
#photos{
    text-align: right;
    background-color: rgb(255,255,255,0.6);
    border-radius: 5px;
    margin: 5px;
    width: auto !important;
}
#links{text-align:left;}
#links li{
    /* list-style: none; */
    /* height: auto; */
    /* line-height: normal; */
    display: flex;
}
#links li a{
    background-color: white;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
}
