@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;500&display=swap');

body {
  font-family: 'Rubik',
  sans-serif;
}

.bg-personal {
  background-image: url(./images/FondoWeb.png);
  background-color: #191b1d;
  background-size: 1100px;
  color: rgb(255 255 255 / 92%);
  scroll-behavior: smooth;
}