
body {
    background-color: #FAFAFA;;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
h1, h2, h3 {
    font-size: 1em;
    margin: 2px;
    text-align: center;
}
h1 {
    font-size: 1.2em;

}

.tip {
  background-image: -o-linear-gradient(234deg,#ff8a40,#fd5068,#dc4588);
  background-image: linear-gradient(216deg,#ff8a40,#fd5068,#dc4588);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;


}

h2 {
    font-size: 1em;
    font-weight: 400;
}
a {
    text-decoration: none;
    font-size: 1em;
}
.everything {
    text-align: center;
    max-width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
            box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin-bottom:30px;
    margin-left:5px;
    margin-right:5px;
}
.banner {
    margin-top: 15px;
    color: #f44336;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px;
    width: 100vw;
    margin-bottom: 10px;
}
.robotfont {
    font-family: 'Source Code Pro', sans-serif;
    text-transform: uppercase;
}
.padding {
    padding: 10px;
}
.quote {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
    width: 27px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 10px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
}
.bottom {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 10px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.quoteheader {
    font-family: 'Source Code Pro', sans-serif;
    max-width: 600px;
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.largercontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.subheader {
    font-size: .8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
    margin-right: 20px;
}
p {
    max-width: 700px;
}
.orange {
    font-weight: 700;
    color: #f44336;
}
p {
    font-family: 'Open Sans', sans-serif;
}
.blue {
    color: #0000ee;
    font-size: 1.2em;
    text-align: center;
    max-width: 380px;
    line-height: 1.4em;
    letter-spacing: .01em;
}
.padding2 {
    margin: 10px;
}
.actuallyred {
    color: #f44336;
}
.spacingx2 {
    line-height: 1.7em;
    max-width: 500px;
    margin: 10px;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    margin-left: 5px;
    margin-right:5px;
}
.contact {
  padding-bottom:20px;
}

body > article {
  background-color:white;
}
.aboutme {
  text-align: justify;
  max-width: 500px;
}
.justify {
  text-align:justify;
}
body > article > h1 {
  margin-top:20px;
}

.q {
  color:#4f4f4f;
}

.bold {
  font-weight: 700;
}
