
#display-image{
    text-align: center;
    
    border-radius: 10px;
    border: 2px #3c3d3f solid;
    padding: 20px 10px 10px 10px;
    display: flex;
    flex-direction: column;
}

#image-title{
    margin: 0px;
}

#image-author{
    margin: 0px;
}



.image{
    width: 80%;
    height: 500px;
    max-height: 700px;
    align-self: center;
    object-fit:cover;
}


.controls{
    
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    
}

#title_row {
    position: relative;
}

#title_row h1 {
    
    margin: 0;
}

#title_row button {
    position: absolute;
    right: 0;
    top: 0;
}


/* This snippet of code was generated using: http://css3buttongenerator.com/ */

.btn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: none;
    
}

.btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}


.image {
    transition: transform 0.3s ease;
}

.image:hover {
    transform: scale(1.02);
}
