@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,400;0,600;0,800;1,500;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
.link-atras {
    color: black;
    text-decoration: none;
    font-size: 1.5rem;
}

body {
    background-color: black;
    background-image: url(..//img/background-mobile.svg);
    background-size: 100%;
    background-attachment: fixed;
    font-family: 'Urbanist', sans-serif;
    text-align: center;
}

h1 {
    padding: 1rem;
    margin: 1rem;
    color: #ffffff;
    font-size: 2.5rem;
    text-decoration: none;
    text-shadow: 1px 1px 8px #ffffff;
}

.logocat {
    width: 1200px;
    padding-top: 2rem;
}

.entrevistas {
    color: rgb(16, 8, 56);
    text-decoration: none;
    padding: 1rem;
    display: inline-block;
    border-radius: 50%;
    background: #EFD6AC;
    font-size: 1.5rem;
    padding-top: 1rem;
}