html {
width:100%
}

body{
background: black;
/*background-image: linear-gradient(0deg,#212121 0%, black 100%);*/
color: white;
margin-left: 50px;
margin-right: 18%;
max-width: 1000px;
font-family:"Ovo";
font-size: calc(11px + 0.390625vw);
}

.ovo-regular {
  font-family: "Ovo", serif;
  font-weight: 400;
  font-style: normal;
}


#tilt{
  transform: rotate(0.6deg);
  max-width:750px;
}

#pictures{
  width:750px;
  /*filter: blur(10px);
 -webkit-filter: blur(10px);*/
}

img {
  width: 100%;
  height: 100%;
  }

a {
    color: #a66737;
    text-decoration: none;
}

::-moz-selection { /* Code for Firefox */
  color: grey;
  background: black;
}

::selection {
  color: grey;
  background: black;
}

.hide{
  display:none;
}

@media only screen and (max-width: 736px){
  body{
    margin-left: 22px;
    margin-right: 55px;
    background:grey;
    -webkit-text-size-adjust: 100%;
    font-size: calc(14px + 0.390625vw);
}
#pictures{
  width:90vw;
  /*filter: blur(10px);
 -webkit-filter: blur(10px);*/
}

a {
    color: #422611;
}

}
