* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    
}

a {
    text-decoration: none;

}

html, body {
    height: 100%;
    margin: 0;
}

body {
    background-image: url(./img/notesbgr.jpg) !important;
    background-size: cover;      
    background-position: center;   
    background-repeat: no-repeat;  
    background-attachment: fixed;  
}


p {
    font-size: 2.2rem;
    color: #333;
    line-height: 1.5;
    font-family: sans-serif;
}

h1 {
background-color: #c7c5c5;
    padding: 20px;
    margin: 15px 0;
    width: 350px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
     font-family: cursive;
     font-size: 40px;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
     
}
h1:hover {
   
    cursor: no-drop;}

input {
    padding: 10px;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
    margin-bottom: 10px;
    margin-top: 20px;
}



h2 {
background-color: #6199e3;
    padding: 20px;
    margin: 15px 0;
    width: 150px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    font-family: cursive;
    font-size: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

h2:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
    cursor: no-drop;
}


.content_direction {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    min-height: 100vh;
}


