body,
html {
}

.card-widget {
  padding: 1.5rem;
  border-radius: 2rem;
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  justify-content: space-between;
  font-family: 'Roboto Flex', sans-serif;
  font-size-adjust: none;
  font-size: 14px;
}

.top-column {
  border: 1px solid #ccc;
  background-image: url(https://www.pryices.com/assets/images/misc/ruben-head.jpeg);
  background-size: 220px auto;
  background-repeat: no-repeat;
  background-color: #f3f3f3;
  position: fixed;
  top: 0;
  z-index: 1;
}

.left-nav {
  position: fixed;
  top: 250px;
}

.bottom-column {
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  position: fixed;
  bottom: 0;
  z-index: 1;
}

.main-content {
  padding-top: 250px;
  position: relative;
  left: 200px;
}

.first-name {
  color: #999;
  font-weight: bold;
  font-size: 80px;
  position: relative;
}

.last-name {
  font-weight: bold;
  font-size: 80px;
  position: relative;
  top: -40px;
  left: 50px;
  color: #8b0080;
}

ul,
p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}

ul li {
}

ul li a {
  text-decoration: none;
  color: #8d9aa5;
}

ul li strong {
  color: #8b0080;
}

.left-nav ul li ol {
  color: #8d9aa5;
  padding: 0;
}

ul li ol {
  /* color: #8d9aa5; */
}

ul li ol::before {
  content: '- ';
}

p {
  /* color: #999; */
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.float-left-img {
  max-width: 100%;
  width: 200px;
  height: auto;
  margin: 20px;
  float: left;
}

.projects-made-with-android {
}

.projects-made-with-android img {
}

/** Conde Container **/
.code-container {
  width: 100%;
  background-color: #000;
  border-radius: 10px;
  font-family: arial, verdana, sans serif;
}

.code-container .buttons-container {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  padding: 5px;
  margin: 0;
  list-style-type: none;
}

.code-container .buttons-container .button {
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #000;
}

.code-container .buttons-container .button.red {
  background-color: red;
}

.code-container .buttons-container .button.orange {
  background-color: orange;
}

.code-container .buttons-container .button.green {
  background-color: green;
}

.code-container .code-container {
  background-color: #3e0039;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
}

.code-container .code-container .question {
  color: #fc0;
  padding: 10px 28px;
}

.code-container .code-container .author {
  color: #999;
}

.code-container .code-container .comment {
  color: #999;
  padding: 10px 28px;
}

.code-container .code-container .keyword {
  color: #c090ff;
}

.code-container .code-container .method {
  color: #c090ff;
}

.code-container .code-container .function {
  color: #ff9840;
}

.code-container.code-container .method {
  color: yellow;
}

.code-container.code-container .output {
  color: yellow;
}
/** Code Container - End **/
