header {
    background-color: #005eab !important;
    color: white;
}

footer {
    margin-top: auto;
    background-color: #005eab !important;
    color: white;
}

footer a {
    color: white;
    text-decoration: none;
}

.frame {
    text-align: center; 
    position: relative;
}

.frame a {
    color: black;
    text-decoration: none;
}

.helper {
    display: inline-block;
    vertical-align: middle;
}

.frame label {
    /*position: absolute;*/
}

img {
    width: 100%; /* You can set the dimensions to whatever you want */
    height: 200px;
    object-fit: contain;
    vertical-align: middle;
}



.png {
    background-color: #D3D3D3;
  }
