 @charset 'UTF-8';

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: cover;
}

.container {
  width: 250px;
  /* padding: 15px; */
  padding: 5px;
  background-color: rgba(0,0,0,.6);
  border-radius: 2px;
  position: absolute;
  /* canviat de top a botton */
  /* top: 40px; */
  bottom: 40px;
  right: 40px;
  margin-left: -314px;
  color: #fff;
}

.container2 {
  width: 250px;
  padding: 1px;
  background-color: rgba(0,0,0,.6);
  border-radius: 2px;
  position: absolute;
  top: 40px; */
  left: 40px;
  margin-left: 40px;
  color: #fff;
}
