#image_div{
    margin-top: -10px;
    max-width: 100%;
}

#image_title{
    margin-top: 10px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

#image_author{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

#img{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px 10px 10px;
    border: 2px darkblue solid;
    background-color: lightblue;
}

#delete_btn{
    text-align: center;
    font-size: 20px;
    color: #3c3d3f;
    background: #ffffff;
    border: 2px #3c3d3f solid;
    padding: 5px 10px 5px 10px;
}

.nav_btn{
    text-align: center;
    font-size: 20px;
    color: #3c3d3f;
    background: #ffffff;
    border: 2px #3c3d3f solid;
    padding: 5px 10px 5px 10px;
}

.nav_btn:hover{
    background: darkblue;
    color: white;
}

#delete_btn:hover{
    background: red;
    color: #ffffff;
}

#delete_btn_div{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}