body {
  background-color:#d2dee9;
  background-image: url(Images/papel.png);
  background-size: cover;
  color: #3C2B64;
  font-family: "Space Mono", monospace;
  text-align: center;
  margin-top: 0;
}

/*** Works on common browsers ***/
::selection {
  background-color: #4747d1; /* WebKit/Blink Browsers */
  color: #ffffb3;
}
::-moz-selection {
  background-color: #4747d1; /* Gecko Browsers */
  color: #ffffb3;
}

.main h1 {
  color: #1a53ff;
  font-family: "Rubik Glitch", system-ui;
  font-weight: 400;
  font-style: normal;
  text-shadow: 4px 4px 2px rgba(135,80,241,0.75);
  padding-left: 20px;
  text-align: center;
}

.lado {
  position: relative;
  width: 420px;
  border: 5px double;
  background-color: #CEB4DC;
  padding-bottom: 200px;
  padding-left: 15px;
  padding-right: 15px;
}

.lado h1 {
    color: #294FC2;
}

.navigation {
  position: absolute;
  margin-left: -20px;
  margin-top: 160px;
  text-align: center;
  /*background: linear-gradient(to right, #6699ff 50%, #9933ff 100%);*/
}

.navigation a {
  color: #3C2B64;
}

.navigation:hover {
	font-weight: 600;
}

.main {
  position: absolute;
  left: 480px;
  top: 0px;
  border: 5px double;
  /*border: 10px solid transparent;
  /*padding: 0px;
  border-image: url(Images/pencil2.png) 40 round;*/
  text-align: left;
  padding-left: 10px;
  width: 750px;
}

.main h2 {
  font-family: "Limelight", sans-serif;
}

.main img {
  margin-left: 50px;
  padding-bottom: 60px;
}

.titulo {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  text-shadow: 4px 4px 2px rgba(135,80,241,0.75);
}

