
*{
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI', sans-serif;
    -webkit-touch-callout: none; 
    -webkit-user-select: none;   
    -khtml-user-select: none;    
    -moz-user-select: none;      
    -ms-user-select: none;       
    user-select: none;  
    overflow: hidden;
    


}

NAV{
    text-align: right;
    padding: 30px 50px 0 0;
}

NAV > A{
    COLOR: rgb(255, 255, 255);
    font-weight: 300;
    text-decoration: none;
    margin-right: 20px;
    font-weight: bold

}

NAV > A:hover{
    text-decoration: underline;
}


html {

    overflow-y: scroll;

}



body{
    
    word-wrap: break-word;
    background-color: #1c1c1c;


    }

.top {


    width: 100%;
    height: 130px;
    background-color: #ff9137;


}

.top > p {

    margin-top: 30px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: white;




}


.cont1 {
    

    margin: 1rem auto;
    margin-top: 30px;

    width: 80%;
    height: 100%;
    padding: 50px;

    max-width: 1200px;


}

.add_note {

    transition: 0.3s;

    width: 60px;
    height: 60px;
    color: white;
    background-color: #4CAF50;
    border-radius: 100%;
    
   
    font-size: 50px;

   
    margin: 1rem auto;
    margin-top: 60px;
    text-align: center;

    font-weight: bold;

    word-wrap: normal;


}

.add_note:hover {

    transition: 0.3s;

    width: 140px;
    border-radius: 50px;
   /* font-size: 20px; */
  


}

.add_note:hover > div{

    transition: 0.3s;

    left: 15px;
    color: white;
  


}


.add_x {

    position: relative;
    transition: 0.3s;


    top: -117px;
    font-size: 20px;
    left: 100px;
    color: #4CAF50;;


}



.add_note:hover > p{

    transition: 0.3s;

   /* top: -40px */
   left: -45px;

}

.add_note > p{

    transition: 0.3s;

    position: relative;
    top: -8.5px;
    left: 0px;


}

.fxe {
    
    position: fixed;
    width: 100%;
    height: 0%;

    background-color: black;
    opacity: 80%;
    z-index: 8;



}

.fxe.open2 {

    height: 100%;
    


}




.menu {

    

    position: fixed;
    display: grid;
    grid-template-columns: 350px;
    grid-template-rows: 0px;
    grid-gap: 20px;
    margin-bottom: 20px;
    background-color: white;
    width: 350px;
    padding: 20px;
    border-radius: 5px;

    left: 37%;

    z-index: 10;

    top: 80%;
    opacity: 0%;


}

.menu.open {

    
    transition: 0.5s;

    display: grid;
    grid-template-rows: 0.6fr 1fr 0.3fr 0.7fr;
    

    top: 20%;
    opacity: 100%;


}

.cerrar_bot {

    position: absolute;
    right: 4px;
    top: 4px;

    width: 30px;
    height: 30px;

    text-align: center;
    font-size: 20px;
    font-weight: bold;


}



.block {


    background-color: rgb(255, 233, 91);
    
    width: 200px;
    height: 200px;
    padding: 20px;

   

}

.cb {

    margin: 1rem auto;


}

 
.contenedor {

 


    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    gap: 30px;
    width: 90%;
    margin: 50px auto;
    height: 100%;
    padding: 20px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-evenly;




}

#btn {

    background-color: #4CAF50; /* Green */
    padding: 15px 52px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-left: 100px;
    color: white;
    


}







.btn_x {

    position: absolute;

    width: 22px;
    height: 42px;

    right: 5px;
    top: 0px;
    font-size: 25px;

    text-align: center;

    font-weight: bold;
    opacity: 50%;


}



#fname1 {
    width: 100%;
    padding: 5px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    font-size: 20px;
  }

textarea {
    margin-top: 8px;
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 15px;
    resize: none;
  }


.cancel{

    opacity: 0%;
    text-align: center;
    color: red;
    margin-top: 20px;

}
