@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,500&display=swap');

body {
    background-color: rgb(13, 13, 15);
    color: beige;
    font-family: 'Roboto Slab';
    font-weight: 500;
    font-size: 50px;
    text-align: center;
}

.card {
    height: 70px;
    display: block;
    font-weight: 400;
    font-size: 30px;
    border-radius: 12px;
    margin-left: auto;
    color: beige;
    font-family: 'Roboto Slab';
    margin-right: auto;
    margin-top: 12px;
    border-style: solid;
    border-color: beige;
    border-width: 1px;
    width: 95%;
    max-width: 500px;
    box-sizing: content-box;
    transition: 0.2s;
    background-color: transparent;
    user-select: none;
}

.status {
    height: 200px;
    display: block;
    font-weight: 100;
    font-size: 30px;
    border-radius: 12px;
    margin-left: auto;
    color: beige;
    font-family: 'Roboto Slab';
    margin-right: auto;
    margin-top: 12px;
    border-style: solid;
    border-color: beige;
    border-width: 1px;
    transition: 0.2s;

    background-color: transparent;
    min-width: 200px;
    max-width: 500px;
}
a {
    text-decoration: none;
    color: beige;
}
h3 {
    font-weight: 400;
}
.card:hover
{
    background-color: #f5f5dc;
    color: rgb(13, 13, 15);
}
br {
    user-select: none;
}
.card:active
{
    transform: translateY(3px);
}
h5 {
    font-weight: 400;
}


::selection
{
    background-color: beige;
    color: rgb(13, 13, 15);
}
::-webkit-scrollbar
{
    width: 5px;
    background-color: rgb(9, 9, 10);
}

::-webkit-scrollbar-thumb {
    background-color: beige;
    border-radius: 50px;
    
  }
.statusheader {
    margin-top: 20px;
}
.footer {
    font-weight: 400;
    font-size: 20px;
}

.escuchando {
    font-size: 0.875rem;
}
