

a{
 text-decoration: none;
}
a:hover{
    color: rgb(239, 255, 9);
}
.btn{
        border:none;
        color: white;
        background-color: white;
      margin: 10px;
      padding: 6px;
      cursor: pointer;
      border-radius: 4px;
    background-image: url(./Images/blood.jpg);
      
}
 
.container{
    margin: 10px;
    background-image: url(./background.jpg);
    color:rgba(11, 14, 200, 0.925);
    padding: 6px;
    border: 2px;
    display: flex;
    justify-content: space-around;
}
.bg{
    width: 100%;
}
.form{
    background-image: url('./Images/ruce.jpg');
    width: 100%;
    display: flex;
    justify-content: center;
    color: white;
}    
.img{
    display: flex;
    justify-content: center;
}




