body {
    background-color: black;
    font-size: 20px;
    color: white;
    font-family: Roboto, sans-serif;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

#content {
    width:1140px;
    margin:auto;
    padding-top: 50px;
}

#intro {
    text-align: center;
  //width: 100%;
}

h1 {
    font-size: 26px;
    font-weight: normal;
}

p {
    line-height: 1.4em;
}

a:link {
  color: deeppink;
  background-color: transparent;
  text-decoration: none;
}

.noise{
    background: black;
    background-image: url(noise-light.png);
}

@media only screen and (max-width: 767px) {
h1, h2 {

}
    p{

    }
    #content{
        width:100%;
    }
    img{
        width:100%;
    }

}