﻿.homepage-card {
    background-color: rgba(6, 18, 43,0.55);
    box-shadow: 4px 5px 15px #0e1011 !important;
}

.card-header {
    background-color: initial;
}
.alerted-title-home {
    color: red;
    animation: blinker2 1.2s linear infinite;
}
.table-title{
    font-size:1.05rem;
}
.table-font-size{
    font-size:1.05rem;
}
.table-dark {
    background-color: #203b57;
}

@keyframes blinker2 {
    50% {
        opacity: 0.5;
    }
}

@media (max-width: 500px) {
    .table-font-size{
        font-size:0.9rem;
    }
    .card-body{
        padding: 0.5rem 0 1rem 0; 
    }
}