@import url(sanitize.css);

    h1{ 
        font-size: 100px;
    margin:15px 20px 20px 30px;
    color: rgba(185, 32, 5, 0.621);
}
/
/* this is how you to write a note*/

h1{
    font-size: 1.5em;
}

input{
        border-bottom: 1px solid chocolate;
        font-size: 1.2em;
        width: 100%;
        padding: 8px;
}
.content{
    background-color: rgb(98, 195, 255);
    width: 600px;
    margin: 10px auto;
    border: 2px solid rgb(18, 0, 0);
    padding: 30px;
   
}