/* ------------cursor---------------- */

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/cursors/cur-10/cur918.cur), auto !important;} /* End https://www.cursors-4u.com */


/* ------------SCROLL---------------- */
::-webkit-scrollbar {
    width: 13px; 
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #ffa4c2;
 
    border-style: groove;

}



::-webkit-scrollbar-button {
    background-color: #ffa4c2;
    border-style: groove;
    height: 18px; 
}


::-webkit-scrollbar-button:hover {
    background-color: #ff6c9d;
 
}

/*------------FUENTES----------------*/

.cherry-bomb-one-regular {
    font-family: "Cherry Bomb One", system-ui;
    font-weight: 400;
    font-style: normal;
  }
  

  .schoolbell-regular {
    font-family: "Schoolbell", cursive;
    font-weight: 400;
    font-style: normal;
  }
  

/*------------CUERPO----------------*/
.body{
    background-image: url("https://i.pinimg.com/736x/34/69/4e/34694e5435a66cc2b9f7671f71c0a9b4.jpg");
    margin: 25px 95px 25px 95px; 
}

/*------------PRINCIPAL----------------*/
.principal{
    background-color: rgb(255, 0, 0);
    height: 650px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: flex;
}

/*------------NAV----------------*/
#menu{
    background-color: #ff6c9d;
    height: 155px;
    width: 80px;
}