body {
    background-color: #0f0f0f;
}
 /* Barra flotante */
    .navbar {
      position: fixed;
      top: 0;
      width: 100%;
      height: 100px;
      background-color: #1e1e1e;
      display: flex;
      align-items: center;
      padding: 0 40px;
      justify-content: space-between;
      z-index: 1000;}

    /* Logo */
    .navbar .logo img {
      height: 80px;
      border-radius: 50%;}

    /* Menú centrado */
    .navbar .menu {
      display: flex;
      gap: 30px;
      align-items: center;
      justify-content: center;
      flex-grow: 1;}

    .navbar .menu a {
      color: white;
      text-decoration: none;
      font-family: 'Alfa Slab One', cursive;
      font-size: 20px;
      text-transform: lowercase;}

    /* Separadores */
    .navbar .menu .separador {
      color: white;
      font-size: 24px;
      font-weight: normal;}

    /* Espaciado del menú desde el logo */
    .navbar .logo {
      margin-right: 30px;}

.izquierda {
    max-width: 300px;
    margin-left: 25%;
}

.otros {
    max-width: 300px;
}

.diseño {
    width: 300px;
    height: 215px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    border-radius: 2%;
}

h1 {
    color: white;
    text-align: center;
}

.colores {
    max-width: 300px;
    margin-left: 13%;
    border-radius: 2%;
}
