﻿body {
  background-color: rgb(133, 134, 138);
  background-image: url("../pics/Tuba.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center, center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

  font-family:fantasy;
  color: white;
  text-shadow: 1px 1px 0 #133;
}


h1 {
  color: white;
}

h2 {
  color: white;
}

.descr {
  width: 30%;
  max-width: 400px;
  text-shadow: 1px 1px 0 #133;
  color: white;
}

ul {
  padding: 0;
}

a {
  color: white;
}

a.hover {
  color: white;
}
