body {
  background-image: linear-gradient(#111212, #575B8F, #7850C0, #111212);
  background-attachment: fixed;
  background-repeat: no-repeat;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #FFFFFF;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #FFFFFF;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color:#FFFFF;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.animation {
  font-family: 'Rubik Glitch', cursive;
  font-size:130px;
  text-align: center;
  text-shadow: 3px 4px 5px #05F6ED;
}

.opacity {
  opacity: 0.5;
}

.opacity-2 {
opacity: 0.2;
}

.orange {
  font-family: 'Dongle', sans-serif;
  font-size: 40px;
  border: 5px white dashed;
  margin: 30px;
}

.fruit {
  border: 5px white dashed;
  margin: 30px;
  font-size: 25px;
  font-family: 'Tapestry', cursive;
  color: white;
}

.fruit-3 {
  border: 5px white dotted;
  font-size: 25px;
  font-family: 'Tapestry', cursive;
  color: white;
  
}

.title {
  border:5px white dotted;
  margin: 30px;
  font-family: 'Tapestry', cursive;
  color: white;
  font-size: 25px;
  padding: 10px;
  
}

.centered {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hello {
  position: absolute;
  top: 47%;
  bottom: 31%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hola {
  opacity: 0.6;
}

.size {
  margin: 50px;
  float:right;
}

.drawing {
  padding: 30px;
}

.fruit-2 {
  margin: 60px;
  padding:0px;
}

.fruit-4 {
  margin:70px;
  padding:50px;
}

.flower {
  font-family: 'Water Brush', cursive;
  font-size: 90px;
  color: gray;
  text-shadow: 3px 4px 5px #05F6ED;
  margin: 10 px;
  padding:10 px;
}

.yellow {
  color: lightblue;
  text-decoration: underline;
  text-decoration: bold;
}

.cupcake {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:100%;
  width:100%;
  text-align: center;
  }
  
  .purple {
   border: 5px solid lightblue dashed;
   border-radius: 5px;
   margin:1px;
   padding:1px;
  }

.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 200px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Style page content */
.main {
  margin-left:px; /* Same as the width of the sidebar */
  padding: px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
