h1 {
  color: white;
  text-align: center;
}
h3 {
  color: whitesmoke;
  text-align: center;
}
.box1 {
  background-color: white;
  text-align: center;
  border: 5px solid green;
  padding: 5px;
  margin: 5px;
  height: 10%;
}
.box2 {
  border: 5px solid white;
  background-color: green;
  text-align: center;
  padding: 5px;
  margin: 5px;
  height: 10%;
}
body {
  background-image: url("../Img/fuves.jpg");
  background-size: cover;
}
header {
  background-size: cover;
  background-position: center;
  border: 10 px white;
  margin: 5px;
  padding: 5px;
  align-items: center;
  background-image: url(../Img/palyapano.jpg);
}
.btn-block {
  color: white;
  background-color: green;
  border-color: white;
}
.btn-link {
  font-weight: bolder;
  background-color: green;
  border: 0px solid greenyellow;
  padding: 0px;
}
.pl {
  border: 2px solid white;
  background-color: green;
  align-items: center;
}
p {
  color: green;
  font-weight: bolder;
  text-align: center;
}
h4 {
  background-color: green;
  color: white;
  border: 2px solid greenyellow;
  padding: 5px;
  margin: 5px;
  margin-top: 20px;
  text-align: center;
}
h2 {
  color: white;
  font-weight: bolder;
  text-align: center;
  background-color: green;
}
.box11 {
  background-color: white;
  text-align: center;
  border: 0px solid green;
  margin-right: 0px;
  padding: 0px;
}
.box21 {
  border: 2px solid white;
  background-color: green;
  text-align: center;
  margin-left: 2px;
  padding: 0px;
}
.t {
  border: 3px solid yellow;
}
.x {
  border: 3px solid red;
}
.y {
  border: 3px solid blue;
}
footer {
  background-color: white;
  border: 4px solid green;
}
.pa {
  padding: 0px;
}
.sp {
  background-color: yellowgreen;
  color: white;
  font-size: x-large;
  display: block;
}
.alja {
  background-color: white;
  border: 8px double red;
  text-align: center;
}
