body {
    margin:0;
    background: rgb(26,93,195);
background: -moz-linear-gradient(90deg, rgba(26,93,195,1) 0%, rgba(90,29,133,1) 87%, rgba(81,10,127,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(26,93,195,1) 0%, rgba(90,29,133,1) 87%, rgba(81,10,127,1) 100%);
background: linear-gradient(90deg, rgba(26,93,195,1) 0%, rgba(90,29,133,1) 87%, rgba(81,10,127,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a5dc3",endColorstr="#510a7f",GradientType=1);
}
main{
    font-family: 'poppins';
    height: 100vh;
    display: flex;
    align-content: center;
    align-items: center;
}
#img-div{
    background:white;
    display: flex;
    align-items: center;
    max-width: 50%;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 2px 2px 20px 2px #00000047;
    flex-direction: column;
    padding: 60px;
    padding-top:0;
    border: 1px solid #c7c7c7;
}

#img-div a, #img-div a:visited {
    border: 2px solid #aaaaaa;
    padding: 11px;
    border-radius: 15px;
    font-family: 'Poppins';
    font-weight: bold;
    text-decoration: none;
    color: rgb(69, 69, 69);
}

#image{
    max-width: inherit;
    height: inherit;
    align-content: center;
}