body {
  background-image: url("multicum.jpg");
}
h1{
  text-align: center;
  position: absolute;
  right: 250px;
  color: white;
  padding: 50px;
  width: 300px;
  height: 30px;
  background-color: darkolivegreen;
  border: 2px white;
}
content{
  position: absolute;
  background-color: darkolivegreen;
  width: 150px;
  height: 999px;
}
mapka{
  position: absolute;
  right: 150px;
  bottom: 300px;
}
button{
  color: black;
  text-align: center;
  line-height: 40px;
  width: 100px;
  height: 40px;
  background-color: green;
  position: absolute;
  top: 10px;
  left: 25px;
  border-radius: 20%;
}
button1{
  text-align: center;
  line-height: 40px;
  width: 100px;
  height: 40px;
  background-color: green;
  position: absolute;
  left: 25px;
  top: 60px;
  border-radius: 20%;
}
a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: white;
}
glowne{
  position: absolute;
  right: 250px;
  bottom: 200px;
}