*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}


#previewImg{
    width: 144px;
    height: 192px;
    border-radius: 10%;
    margin-top: 40px;
    margin-bottom: 30px;
}

#button{
    display: block;
    width: 200px;
    background: #e3362c;
    color: #fff;
    padding: 12px;
    margin: 10px auto;
    border-radius: 5px;
    cursor: pointer;
}



  hr.new {
    border: 3px ;
  }