textarea{
    height: 200px;
    width: 500px;
}
hr{
    padding-top: 10px;
    padding-bottom:10px ;
}
body{
    background-image: url(https://images.unsplash.com/photo-1724405143873-cdaa5cac918e?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8bGlnaHQlMjBibHVlJTIwYmFja2dyb3VuZHxlbnwwfHwwfHx8MA%3D%3D);
      background-size: cover;
  background-repeat: none;
}
button{
    float: right;
}
h1{
    color: rgb(71, 68, 68);
    font-family: Arial, Helvetica, sans-serif;
}
button{
    background-color: #198754;
    color: white;
    padding: 5px;
    border-radius: 5px;
}
hr{
    height: 20px;
    color: lightgrey;
}