﻿
/*------------------------------------------------*/
/*Style para card*/
.style-mat-card {
    max-width: 400px;
}

.style-mat-card-content {
    padding: 1rem;
}

.style-mat-card-clean-margin {
    margin: 0px;
}

.style-mat-card-youtube {
    max-width: 800px;
    min-width: 600px;
    min-height: 500px;
}
/*------------------------------------------------*/

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: auto;
/*    background-color: blue;
    color: white;
*/    text-align: center;
}

/*------------------------------------------------*/

.floating-update-button {
    position: relative;
    top: 0;
    padding: 1rem 1.5rem;
    width: 100%;
}