.paragrapgh{
    color: blue;
}
.heading{
    float: left;
}
.footer {
    background-color: #f4d4b4;
    height: 38px;
    width: 100%;
}

 .hide {
    display: none;
 }
 .btnsave {
    background-color: blue;
    color: white;
    width: 100%;
    border: none;
    height: 40px;
}
.alert {
    padding: 15px;
    border-radius: 5px;
    background-color: #ed7c74;
    color: white;
}
.inputs{
    width: 100%;
    height: 30px;
}
.alert-saved {
    padding: 15px;
    border-radius: 5px;
    background-color: #4ff388;
    color: white;
}
