html,
body {
  position: relative;
  height: 100%;
}

body {
  background: linear-gradient(to bottom, #ff2f2f, #ffffff);
  font-family: 'Director';
  color: #000000;
  margin: 0;
  padding: 0;
  font-size:4vh;
}

h1,h2{
  font-size:4vh;
}

/* Logo Link */

.link-wrapper {
  position: fixed;
  z-index: 1;
  top:2vh;
  width:100%;
  display: flex;
  margin:auto;
}

.link-content{
  width:12vh;
  margin:auto;
  color: white;
}


/* Intro Wrapper */

#intro-wrapper{
  margin:auto;
  width:80%;
}

#intro-wrapper img{
  margin:2rem 0rem 2rem 0rem;
}

p{
  margin-top:0rem;
  margin-bottom: 0rem;
}

.button {
  background-color: rgba(0, 0, 0, 0.303); /* Green */
  border: none;
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 2rem;
  margin-top:2rem;
  transition: 0.4s;
}

.button:hover{
  background-color: rgba(0, 0, 0, 0.644); /* Green */
}



/* Outro Wrapper */
#outro-wrapper{
  margin:auto;
  width:80%;
}

#outro-wrapper p{
  margin-bottom: 3rem;
}

#outro-wrapper p a{
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
  text-decoration: none;
}

/*
#bigbox{
  z-index: 1;
  position: fixed;
  left:0;
  top:0;
  width: 100vw;
  height: 100vh;
  border: 0px;
  border-style: solid;
}

#box {
  width: 200px;
  height: 126px;
}
*/