
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');


.roboto-slab-<uniquifier> {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
  

body{
    position: static;
    background-image: url(/imagenes/body.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: aliceblue;
    background-attachment:fixed;
 
}
header{
    position: fixed;
    
}

nav .navbar-brand{
    
   
    margin: auto;
}

.titulo h1{
    margin-top: 5%;
    
    text-justify: center;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.titulo p{
  

}
.titulo p{
    position: relative;
    text-align: center;
    font-family: "Roboto slab",serif;
    font-size: 16.5pt;
    background-color: rgba(0, 0, 0, 0.747);
    width: 50%;
    border-radius: 20px;
    left: 20%;
   margin: 5%;
}
.titulo h1{
    font-family: "roboto slab",serif;
    font-size: 40pt;
    background-color: rgba(0, 0, 0, 0.377);
}

.card-body p{
    font-family: "roboto slab";
}
.card-body img{
    height: 50px;
}
.card-body  img:hover{
    scale: 1.1;
}