body, html {
  height: 100%;
  margin: 0;
}

.bg {
  /* The image used */
  background-image: url("https://mtsvsky.com/img/podstrone.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu {
  color: white;
  align-content: center;
  margin-left: 5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  font-family: "Courier New";
  font-weight: bold;
  text-decoration: underline;
}


.link {
  color: white;
  text-decoration: none;
}

.logo {
  width: 200px;
}

.copyright {
  margin-left: 5%;
  color: white;
  position: absolute;
  top: 95%;

}