@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
* {
  margin: 0;
  padding: 0; }

body {
  background-image: linear-gradient(#20173f, #3f457a, #20173f); }

.hijo1 {
  background-color: #20173f;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .hijo1 .hijo1__logo {
    height: 70px;
    font-size: 50px;
    color: white;
    font-style: oblique;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 2px;
    padding-left: 10px; }
  .hijo1 a {
    text-decoration: none;
    color: white; }

.hijo2 {
  background-color: #20173f;
  font-weight: 100;
  font-size: large;
  text-align: end;
  font-family: Arial, Helvetica, sans-serif;
  align-items: center; }
  .hijo2 li {
    display: inline;
    padding-left: 20px;
    padding-right: 30px;
    text-align: center; }
  .hijo2 a {
    text-decoration: none;
    color: white;
    justify-content: space-around; }

.hijo3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  align-content: space-between;
  margin: 20px;
  justify-content: space-evenly; }
  .hijo3 .bio {
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    word-spacing: 2px;
    text-align: justify;
    margin: 1%;
    font-size: medium;
    font-weight: 100;
    width: 50%; }

.hijo4 {
  background-color: #20173f;
  text-align: center;
  font-size: larger; }
  .hijo4 .bi-youtube {
    color: gray;
    font-size: 20px; }
  .hijo4 .bi-youtube:hover {
    color: red; }
  .hijo4 .bi-spotify {
    color: gray; }
  .hijo4 .bi-spotify:hover {
    color: green; }
  .hijo4 .bi-instagram {
    color: gray; }
  .hijo4 .bi-instagram:hover {
    color: purple; }
  .hijo4 ul {
    margin: 0;
    padding: 0; }
  .hijo4 li {
    display: inline;
    padding-left: 20px;
    padding-right: 30px;
    text-align: center; }

@media only screen and (max-width: 600px) {
  body {
    height: auto;
    width: 100%; }
  .hijo1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    .hijo1 .hijo1__logo {
      height: 50px;
      font-style: oblique;
      letter-spacing: 2px;
      text-align: center;
      padding-left: 0%; }
  .hijo2 {
    height: 150px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    font-size: large;
    display: flex; }
    .hijo2 li {
      display: flex;
      padding-left: 20px;
      padding-right: 30px;
      text-align: center; }
    .hijo2 a {
      text-decoration: none;
      color: white;
      justify-content: space-around; }
  .hijo3 {
    margin: 0;
    width: 100%; }
    .hijo3 .bio {
      display: flex;
      font-family: Arial, Helvetica, sans-serif;
      color: white;
      word-spacing: 5px;
      text-align: center;
      margin: 5%;
      font-size: large;
      font-weight: 200;
      width: 80%; }
  ul {
    display: flex;
    justify-content: center;
    padding-left: 0; } }
