body{
    background-image: url(pexels-ramonkaphotography-31266794.jpg);
    padding: 0;
    margin: 0;
    background-size: cover;



}

form{
  border: 1px solid rgb(0, 0, 0);
  margin: auto;
  margin-top: 5%;
  padding: 20px 20px;
  width: 300px;
  border-radius: 15px 15px 15px 15px;
  background-size: cover;
  background-position: center;
  text-shadow: 2px 2px 4px rgb(0, 0, 0); 
  background-color: rgba(0, 0, 0, 0.692);
}
.container{ 
   display: flex;
   justify-content: center;
   flex-direction: column;
   color: rgb(229, 233, 236);

}

.btn {
    justify-content: center;
    margin: 10%;
    border: none;
    border-radius: 30px;
    background-color: #0084ff;
    font-size: large;
    color: aliceblue;
    text-align: center;

}
input{
    border-radius: 10px;
    padding: 5px 5px;
    margin: 5px 0px;
    width: 100%;
}
h1{
    text-align: center;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
hr{
    margin-top: 170px;
}
div{
    color: #fdfdfd;
    display: flex;
    justify-content: center;


}
.wanna{
    color: rgba(150, 4, 4, 0.747);

}
p {
    color: aliceblue;
    display: flex;
    justify-content: center;
  background-color: rgba(0, 0, 0, 0.596);
  padding: 10px 20px;
}
.alnd{
    display: flex;
    flex-direction: column;
}
