.header{
    position:relative;
    overflow:hidden;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    height:15vw;
    min-height:130px;
    max-height:130px;
    min-width:300px;
    color:#eee;
    cursor: default;
}
.info{
    width:100%;
    padding-top: 40px;
    text-align:center;
    text-shadow:0 2px 3px rgba(0,0,0,0.2);
}
.info h1 {
    font-size: 2.5rem;
}
body{
    font-family: 'Barlow', sans-serif;
    margin: 0;
    padding: 0;
    overflow-y: auto;
}
.vt-card .card-img-block img{
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    aspect-ratio: 2 / 1;
}
.card-access, .lang_vt_list {
    display: none;
}
.vt-card {
    height: calc(100% - 50px);
}
.custom_footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: white;
    padding: 10px;
    text-align: center;
    border-top: 1px solid lightgray;
}