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;
  font-family: Arial, sans-serif;
  font-size:1.5vw;
}

body {
  color:#FFF;
  background-color:#070301;
}

.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:#66FEEB;
  text-decoration: none;
}

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