/* --------------------------------
  Common css or Utilize  Start                          
----------------------------------*/

body{
    background: linear-gradient(to right, rgb(19, 16, 16) ,  rgb(12, 12, 26));
    font-family: 'Courier New', Courier, monospace;
    
    
}

/*---- Error Message ----*/

#erroe{
    margin-top: 100px;
}
