body {
  font-family: "Arial", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 100vh;
  background: url(../img/vhs135.png) no-repeat center center fixed;
  background-size: cover;
  color: white;
}
p{
  max-width: 600px;
  color:peru
}
a:link{
  color:orange;
  text-decoration: none;
}
a:visited{
  color:orange;
  text-decoration: none;
}

a:hover{
  color: hotpink;
  text-decoration: none;
}

h1{
  font-size: 10vh;
}
h2{
  font-size:4vh;
}
h3{
  font-size: 2vh;
}

.flex-container {
  display: flex;
}

.flex-container > div {
  margin: 10px;
  padding: 20px;
  font-size: 60px;
}

header {
  background-color: #666;
  padding: 30px;
  text-align: center;
  font-size: 35px;
  color: white;
}