body {
  min-height: 2000px;
  padding-top: 70px;
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
}

.buttonOrange {
  background-color: #e38d13;
  color: white;
}

.no-margin-bottom {
    margin-bottom: 0px!important;
}

.no-margin-top {
    margin-top: 0px!important;
}

.apresation {
    padding-left: 30px;
    padding-right: 30px;
    background-color: white!important;
}

.figure {
    text-align: center;
    opacity: 0.5;
    margin-top: 6%;
}

.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
}

.things-center {
    text-align: center!important;
}

.footer {
    color: #999999;
    font-size: small;
}

.top-padding2{
    padding-top: 2%;
}

.comment { color: #999999; font-style: italic; }
.pre { color: #000099; }
.string { color: #009900; }
.char { color: #009900; }
.float { color: #996600; }
.int { color: #999900; }
.bool { color: #000000; font-weight: bold; }
.type { color: #FF6633; }
.flow { color: #FF0000; }
.keyword { color: #990000; }
.operator { color: #663300; font-weight: bold; }