.bodyhome {
  background-image: url(library.jpg);
    
}

.bodyall
{
  background-color: cornflowerblue;
}


a
{
  color: white;
  font-size: 20px;
  font-style: oblique;
  font-family: cursive;
  border: 2px;
  border-color: white;
  border-style: double;
  border-radius: 5px;
  
}

p {
  color: white;
}
h1 {

  color: white;
  text-align: center;
}
h3{

  color: white;
}

.h1{
  text-align: center;
  color: white;
}
.input{
  border: dashed 3px;
  border-color:#1100ff;
}
.label1{
  color:red;
}
.lable{
  color:white;
}

.AboutImg
{
  width: 900px;
  height: 300px;
}
.iconImg
{
  width: 30px;
  height: 30px;
}

button{
  border-style: dashed;
  border-color: #6b93ff;
  background-color: #93ffed;
  width: 100px;
  height: 50px;
  color: white
}

.msg{
  color: red;
  font-weight: bold;
}

input[type=text],[type=password],[type=email],[type=number],[type=submit]
{
  border-style: dotted;
  border-radius: 40px;
  border-color: cyan;
}