.form{
display: flex;
justify-content: space-around;
margin-top: 200px;
color: red;
font-family: 'Times New Roman', Times, serif;
font-weight: bold;
font-style: normal;
border-color:black;



}
.btn{
align-items: center;

margin-left: 65px;
margin-top: 15px;
color: white;
background-color: red;
font-family: Arial, Helvetica, sans-serif;


}
.btn:hover{
text-decoration:transparent;
}


.background{
background-image: url(./Images/blood\ nature.jpg);
height: 100vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 2rem;
margin-top: -20px;
margin-left: -20px;
margin-right: -20px;
margin-bottom: -20px;
}
