body{
    display: flex;
    overflow: auto;
    background-size: cover;
    background-image: url(../assets/bg.jpeg);
    cursor:alias;
}

@font-face {
    font-family: crow;
    src: url("../fonts/bloodcrow.ttf");
}

@font-face {
    font-family: help;
    src: url(../fonts/HelpMe.ttf);
}

.todote {
    background-color: rgba(111, 111, 199, 0.295);
    margin: auto;
    border: 3px solid aliceblue;
}

.header {
    font-family: crow;
    width: max-content;
    height: fit-content;
    padding: 20px;
    margin: auto;
    border-top: 2px;
    border-bottom: 2px;
    border-style: solid;
    border-radius: 100px;
    border-color: rgb(154, 215, 249);
    text-decoration: solid;
    position:static;
    background-color: rgba(255, 0, 13, 0.639);
    flex-wrap: wrap;
}

.sub-header {
    background-color: black;
    width: auto;
    margin: auto;
    padding: 5px;
    border-bottom: 2px solid aliceblue;
    border-top: 2px solid aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    flex-wrap: wrap;
}

button {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: black;
    color: aqua;
    border: 0px;
    width: fit-content;
    margin: auto;
    width: fit-content;
    cursor: crosshair;
}

.cosas {
    padding: 10px;
    display: flex;
    margin: 20px;
}

.izquierda {
    width: 250px;
    border: 2px solid aliceblue;
    margin: 5px;
    color: aliceblue;
}

.lyrics {
    border-bottom: 2px solid aliceblue;
    background-color: black;
    color: aqua;
    padding: 5px;
}

.letras {
    padding: 5px;
}

.contenido {
    display: flexbox;
    width: 700px;
    height: fit-content;
    margin: 5px;
}

.HABIT {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about {
    border: 2px solid aliceblue;
    color: aliceblue;
    display:block;
    margin: 10px;
}

.titulo-2 {
    border: 2px solid aliceblue;
    background-color: black;
    margin: auto;
    color: aqua;
    padding: 5px;
    font-size: large;
    font-family: help;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulo {
    border-bottom: 2px solid aliceblue;
    background-color: black;
    padding: 10px;
}

.textote {
    font-family: crow;
    padding: 10px;
    display: flex;
}