/*
Colores:

Rosa: #D33D5A
Gris texto: #494949

*/

@font-face{
  font-family: 'Muli Black';
  src: url('../fonts/Muli-Black.ttf');
}

@font-face{
  font-family: 'Muli Black';
  src: url('../fonts/Muli-Black.ttf');
}

@font-face{
  font-family: 'Muli Semibold';
  src: url('../fonts/Muli-SemiBold.ttf');
}

a{
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

.contenedor{
  padding-top: 50px;
}

body{
  font-family: 'Livvic Regular', sans-serif;
  color: #494949;
  text-align: center;
  background-image: url('../img/lineas.png');
}

h1{
  font-family: 'Muli Black', sans-serif;
  color: #D33D5A;
  font-size: 3em;
}

h2{
  font-family: 'Muli Semibold', sans-serif;
  color: #D33D5A;
  font-size: 2em;
}

@media screen and (max-width:800px){
  .logo{
    width: 80%;
  }
  h1{
    font-size: 2em;
  }
  h2{
    font-size: 1.5em;
  }
}
