p {
  font-family: Arial, sans-serif;
  text-align:center;
  margin: 0% 30%;
  font-size:1vw;
}

h1 {
  font-family: Arial, sans-serif;
  text-align:center;
  margin:30px 300px;
}

.title {  
  display: flex;
  justify-content: center;
  margin: 1%;
}

body {
  color:#FFF;
  background-color:#000000;
  background-image: url("bgbg.png");
  background-attachment: fixed;
  background-position: center;
}

.poster {
  display: block;
  margin: auto;
  width:30%;
  outline-style: solid;
  padding: 10px;
}

.tinytext {
  font-family: Arial, sans-serif;
  text-align:center;
  margin: 0% 30%;
  font-size:0.8vw;
  padding-bottom: 30px;
  }
  
a {
  color:#FF0000;
  text-decoration: none;
}

.biglinks {
  font-size:1.3vw;
  font-weight: bold;
  padding: 10px;
}