/*!
Perfect Mother Fucking Website v1.0.0
with a minimal things for links
Done by 2018 Carsten Brueggenolte
Licensed under the WTFPL License.
https://de.wikipedia.org/wiki/WTFPL

Inspired by
- http://motherfuckingwebsite.com/
- http://bettermotherfuckingwebsite.com/
- https://perfectmotherfuckingwebsite.com/
*/

html {
  overflow-y: scroll; /* hack by https://css-tricks.com/eliminate-jumps-in-horizontal-centering-by-forcing-a-scroll-bar/ */
}

body {
    max-width: 980px;
    margin: 20px auto;
    padding: 0 10px;
    font: 18px/1.5 -apple-system, BlinkMacSystemFont, "avenir next", avenir, "Segoe UI", "lucida grande", "helvetica neue", helvetica, "Fira Sans", roboto, noto, "Droid Sans", cantarell, oxygen, ubuntu, "franklin gothic medium", "century gothic", "Liberation Sans", sans-serif;
    color: #30302F;
    background-color: #F4F4F2;
}

h1,
h2,
h3 {
    line-height: 1.2

}

img {
   max-width: 100%;
   height: auto;
}

blockquote {
  font-style: italic;
}

a, a:visited {
  color: #1253A4;
}

a:hover {
  color: #F26964;
}
