body{
  width: 50%;
  background-color: #1b1b1b;
}

@media only screen and (min-width: 600px){
  .page-content{
    margin-top: 50px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
  }
  .header_image {
    max-width: 400px;
    margin-bottom: 25px;
  }
  .link_image{
    margin-bottom: 10px;
    max-width: 275px;
  }
  .img-container {
    text-align: center;
  }

  .linkbox{
  }

  .logo{
    max-width: 75px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .hashtag{
    max-width: 50px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px){
  .page-content{
    margin-top: 50px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
  }
  .header_image {
    max-width: 300px;
    margin-bottom: 25px;
  }
  .link_image{
    margin-bottom: 10px;
    max-width: 175px;
  }
  .img-container {
    text-align: center;
  }

  .linkbox{
  }

  .logo{
    max-width: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .hashtag{
    max-width: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}  

