@charset "utf-8";

/*
    Author: Kumie
    Date: 7/21/2025

    Filename: baseSite.css
    General stylesheet for my site's homepage

*/

@keyframes scroll {
    from {transform: translateX(95%)} 
    to {transform: translateX(-95%)}
}

/* ==============================================================
 *  Width for...uh I don't know? Really big monitors I guess @__@
 * ==============================================================
 */

@media (min-width: 1999px) {
  body {
    background-color: rgb(46, 57, 116);
    color: rgb(34, 46, 143); 
  }

  header {
    display: block;
    margin: auto;
    padding-top: 20px;
    background-color: rgb(43, 71, 179);
    max-width: 2000px;
    min-height: 175px;
    margin-bottom: 50px;
  }

  #headerDiv {
    display: block;
    margin: auto;
    min-width: 300px;
    text-align: center;
  }

  .headerImg {
    display: inline-block;  
    min-width: 50px;
  }

  h1 {
    font-family: "Lucida Console", "Courier New", monospace;
    background-color: rgb(26, 143, 227);
    color: rgb(34, 46, 143);
    text-align: center;
    min-width: 100px;
    display: inline-block;
    margin: auto 10px auto 10px;
    padding: 20px;
    border: 5px double rgb(230, 194, 41);  
    font-size: 50px;
  }

  nav {
    display: block;
    margin: auto;
  }

  nav ul {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    background-color: rgb(26, 143, 227);
    margin: 20px 10px 20px 10px;
    border: 5px double rgb(43, 71, 179);
    padding: 3px 0 3px 0;
  }

  nav ul li {
    display: inline-block;
    min-width: 15%;
    max-width: 30%;
    height: auto;
  }

  nav ul li a {
    display: block;
    text-decoration: none; 
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 50px;
    border-radius: 5px;
    border: 1px solid white; 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
  }

  #first {
    background-color: rgb(26, 143, 227);
    color: rgb(230, 194, 41);
  }

  #second {
    background-color: rgb(235, 185, 87);
    color: rgb(34, 46, 143);
  }

  #third {    
    background-color: rgb(34, 46, 143);
    color: rgb(237, 33, 77);
  }

  #fourth {
    background-color: rgb(209, 17, 73);
    color: rgb(255, 158, 61);
  }

  #fifth {
    background-color: rgb(241, 113, 5);
    color: rgb(156, 191, 255);
  }

  #first:hover {
    cursor: default;  
  }

  #second:hover {
    color: rgb(235, 185, 87);
    background-color: rgb(241, 239, 241);
  }

  #third:hover {
    color: rgb(34, 46, 143);
    background-color: rgb(241, 239, 241);
  }

  #fourth:hover {
    color: rgb(209, 17, 73);
    background-color: rgb(241, 239, 241);
  }

  #fifth:hover {
    color: rgb(241, 113, 5);
    background-color: rgb(241, 239, 241);
  }
  
  #encompasser {
    display: block;
    margin: auto;
    margin-bottom: 0;
    background-color: rgb(235, 185, 87);
    padding: 5px;
    color: rgb(73, 27, 148);
    border: 5px double rgb(46, 57, 116);
    width: 95%;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
  }
  
  #about, #pagedoll, #allImages, #likes, #current, #dislikes, #buttons, #toDo {
    border: 10px solid rgb(241, 113, 5);  
    margin: 12px;
  }
  
  #infoScroll {
    color: rgb(209, 17, 73);
    width: 100%;
    animation: scroll 30s linear infinite;
  }
  
  h2 {
    font-family: "Lucida Console", "Courier New", monospace;
    margin-bottom: 0;
    color: rgb(192, 17, 73);
  }

  hr {
    color: rgb(241, 113, 5);  
  }

  .highlight {
    color: rgb(58, 8, 134);  
    font-weight: bold;
  }
  
  .titleHead {
    display: block;
    width: fit-content;
    margin: auto; 
  }
  
  #about p, #pagedoll p, #likes p, #current p, #dislikes p {
    margin-left: 40px; 
    margin-right: 10px;
  }
  
  #note {
    display: none;  
  }
  
  #about, #toDo {
    width: 60%;
    margin: 0;
  }
  
  #pagedoll, #buttons {
    margin-left: 10px;
    width: 30%;
    overflow-y: scroll;
  }

  #about, #pagedoll {
    display: inline-block;
    min-height: 400px;  
  }
  
  #topDiv, #bottomDiv, #veryBottom {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }
  
  #allImages {
    display: block;
    margin: 20px auto;
    width: 90%;
  }

  #allImages .titleHead {
    margin-bottom: 20px;  
  }

  #theImages {
    display: block;
    margin: auto;
    text-align: center;  
    max-width: 80%;
  }

  #theImages img {
    display: inline-block;
    width: 30%;
    height: auto;
    border: 10px inset rgb(241, 113, 5); 
    margin: 5px;
  }

  #squirmy {
    background-color: rgb(241, 239, 241);   
  }

  .right:hover {
    transform: rotate(20deg);
  }

  .left:hover {
    transform: rotate(-20deg);
  }
  
  #buttons {
    overflow-x: hidden;  
    padding: 5px;
    text-align: center;
  }
  
  #buttons img, #pButton {
    width: 500px;
    height: auto;
    display: inline-block;
  }

  #buttons p {
    text-align: center;  
    margin: 5px 10px 5px 10px;
  }

  #straightener {
    display: block;
    margin: auto;
    width: fit-content;
  }

  #muyButton {
    display: block;
    margin: 15px auto 5px auto;
  }

  #myCode {
    display: block;
    margin: 0 10px auto 10px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 50px;
  }
  
  #current {
    height: fit-content;  
  }

  #current h3 {
    margin-left: 10px;  
  }

  #current p a {
    text-decoration: none;
    font-weight: bold;
    color: rgb(209, 17, 73);  
  }

  div li {
    padding: 5px;
  }

  #toDo ol, #likes ul, #dislikes ul {
    display: block;
    margin: auto;
    width: 60%;
    margin-bottom: 20px;
  }
  
  #toDo ol li {
    margin: 10px;  
  }
  
  #current {
    padding: 20px;
    text-align: center;
  }  

  footer p {
    display: block;
    margin: auto;
    color: rgb(26, 114, 203);
    padding: 20px;
    font-size: 50px;
  }
  
  footer {
    background-color: rgb(235, 185, 87);
    border: 2px dotted rgb(46, 57, 116);
    border-top: none;
    width: 80%;
    height: 100px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    margin: 0 auto 10px auto;
  }
}

@media (max-width: 1999px) and (min-width: 999px) {
  body {
    background-color: rgb(46, 57, 116);
    color: rgb(34, 46, 143); 
  }

  header {
    padding-top: 20px;
    background-color: rgb(43, 71, 179);
    width: 100%;
    height: 175px;
    margin-bottom: 50px;
  }

  #headerDiv {
    display: block;
    margin: auto;
    width: 300px;
    text-align: center;
  }

  .headerImg {
    display: inline-block;  
    width: 50px;
  }

  h1 {
    font-family: "Lucida Console", "Courier New", monospace;
    background-color: rgb(26, 143, 227);
    color: rgb(34, 46, 143);
    text-align: center;
    width: 100px;
    display: inline-block;
    margin: auto 10px auto 10px;
    padding: 20px;
    border: 5px double rgb(230, 194, 41);  
  }

  nav {
    display: block;
    margin: auto;
  }

  nav ul {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    background-color: rgb(26, 143, 227);
    margin: 20px 10px 20px 10px;
    border: 5px double rgb(43, 71, 179);
    padding: 3px 0 3px 0;
  }

  nav ul li {
    display: inline-block;
    width: 15%;
    height: auto;
  }

  nav ul li a {
    display: block;
    text-decoration: none; 
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 25px;
    border-radius: 5px;
    border: 1px solid white; 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
  }

  #first {
    background-color: rgb(26, 143, 227);
    color: rgb(230, 194, 41);
  }

  #second {
    background-color: rgb(235, 185, 87);
    color: rgb(34, 46, 143);
  }

  #third {    
    background-color: rgb(34, 46, 143);
    color: rgb(237, 33, 77);
  }

  #fourth {
    background-color: rgb(209, 17, 73);
    color: rgb(255, 158, 61);
  }

  #fifth {
    background-color: rgb(241, 113, 5);
    color: rgb(156, 191, 255);
  }

  #first:hover {
    cursor: default;  
  }

  #second:hover {
    color: rgb(235, 185, 87);
    background-color: rgb(241, 239, 241);
  }

  #third:hover {
    color: rgb(34, 46, 143);
    background-color: rgb(241, 239, 241);
  }

  #fourth:hover {
    color: rgb(209, 17, 73);
    background-color: rgb(241, 239, 241);
  }

  #fifth:hover {
    color: rgb(241, 113, 5);
    background-color: rgb(241, 239, 241);
  }

  #encompasser {
    display: block;
    margin: auto;
    background-color: rgb(235, 185, 87);
    padding: 5px;
    color: rgb(73, 27, 148);
    border: 5px double rgb(46, 57, 116);
    width: 95%;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
  }

  #infoScroll {
    color: rgb(209, 17, 73);
    width: 100%;
    animation: scroll 30s linear infinite;
  }

  #about, #pagedoll, #allImages, #likes, #current, #dislikes, #buttons, #toDo {
    border: 3px solid rgb(241, 113, 5);  
    margin: 10px;
  }

  #about, #toDo {
    width: 68%;  
  }

  #about p, #pagedoll p, #likes p, #current p, #dislikes p {
    margin-left: 10px; 
    margin-right: 5px;
  }

  #note {
    text-align: center;  
  }

  #pagedoll, #buttons {
    margin-left: 10px;
    width: 28%;
    overflow-y: scroll;
  }

  #about, #pagedoll {
    display: inline-block;
    min-height: 400px;  
  }

  #allImages {
    display: block;
    margin: auto;
    width: 90%;
  }

  #allImages .titleHead {
    margin-bottom: 20px;  
  }

  #theImages {
    display: block;
    margin: auto;
    text-align: center;  
    max-width: 80%;
  }

  #theImages img {
    display: inline-block;
    width: 30%;
    height: auto;
    border: 8px inset rgb(241, 113, 5); 
    margin: 5px;
  }

  #squirmy {
    background-color: rgb(241, 239, 241);   
  }

  .right:hover {
    transform: rotate(10deg);
  }

  .left:hover {
    transform: rotate(-10deg);
  }

  #topDiv, #bottomDiv, #veryBottom {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }

  #likes, #current, #dislikes {
    width: 31%;
    margin: 10px;
    height: 500px;
    display: inline-block;
  }

  #current {
    height: fit-content;  
  }

  #current h3 {
    margin-left: 10px;  
  }

  #current p a {
    text-decoration: none;
    font-weight: bold;
    color: rgb(209, 17, 73);  
  }

  div li {
    padding: 10px;
  }

  #toDo ol {
    margin-left: 10px;
  }

  .titleHead {
    display: block;
    width: fit-content;
    margin: auto;
  }

  h2 {
    font-family: "Lucida Console", "Courier New", monospace;
    margin-bottom: 0;
    color: rgb(192, 17, 73);
  }

  hr {
    color: rgb(241, 113, 5);  
  }

  .highlight {
    color: rgb(58, 8, 134);  
    font-weight: bold;
  }

  #buttons {
    overflow-x: hidden;  
    padding: 5px;
  }

  #buttons p {
    text-align: center;  
    margin: 5px 10px 5px 10px;
  }

  #straightener {
    display: block;
    margin: auto;
    width: fit-content;
  }

  #muyButton {
    display: block;
    margin: 15px auto 5px auto;
  }

  #pButton {
    display: inline-block; 
    width: 175px;
    font-size: 10px;
  }

  #myCode {
    display: block;
    margin: 0 10px auto 10px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 12px;
  }

  footer p {
    display: block;
    margin: auto;
    color: rgb(26, 114, 203);
    padding: 10px;
    font-size: 20px;
  }
  
  footer {
    background-color: rgb(235, 185, 87);
    border: 2px dotted rgb(46, 57, 116);
    border-top: none;
    width: 80%;
    height: 50px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    margin: 0 auto 10px auto;
  }
}

@media (max-width: 999px) and (min-width: 768px) {
  body {
    background-color: rgb(46, 57, 116);
    color: rgb(34, 46, 143); 
  }

  header {
    padding-top: 20px;
    background-color: rgb(43, 71, 179);
    width: 100%;
    height: 175px;
    margin-bottom: 50px;
  }

  #headerDiv {
    display: block;
    margin: auto;
    width: 300px;
    text-align: center;
  }

  .headerImg {
    display: inline-block;  
    width: 50px;
  }

  h1 {
    font-family: "Lucida Console", "Courier New", monospace;
    background-color: rgb(26, 143, 227);
    color: rgb(34, 46, 143);
    text-align: center;
    width: 100px;
    display: inline-block;
    margin: auto 10px auto 10px;
    padding: 20px;
    border: 5px double rgb(230, 194, 41);  
  }

  nav {
    display: block;
    margin: auto;
  }

  nav ul {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    background-color: rgb(26, 143, 227);
    margin: 20px 10px 20px 10px;
    border: 5px double rgb(43, 71, 179);
    padding: 3px 0 3px 0;
  }

  nav ul li {
    display: inline-block;
    width: 15%;
    height: auto;
  }

  nav ul li a {
    display: block;
    text-decoration: none; 
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid white; 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
  }

  #first {
    background-color: rgb(26, 143, 227);
    color: rgb(230, 194, 41);
  }

  #second {
    background-color: rgb(235, 185, 87);
    color: rgb(34, 46, 143);
  }

  #third {    
    background-color: rgb(34, 46, 143);
    color: rgb(237, 33, 77);
  }

  #fourth {
    background-color: rgb(209, 17, 73);
    color: rgb(255, 158, 61);
  }

  #fifth {
    background-color: rgb(241, 113, 5);
    color: rgb(156, 191, 255);
  }

  #first:hover {
    cursor: default;  
  }

  #second:hover {
    color: rgb(235, 185, 87);
    background-color: rgb(241, 239, 241);
  }

  #third:hover {
    color: rgb(34, 46, 143);
    background-color: rgb(241, 239, 241);
  }

  #fourth:hover {
    color: rgb(209, 17, 73);
    background-color: rgb(241, 239, 241);
  }

  #fifth:hover {
    color: rgb(241, 113, 5);
    background-color: rgb(241, 239, 241);
  }
  
  #encompasser {
    display: block;
    margin: auto;
    margin-bottom: 0;
    background-color: rgb(235, 185, 87);
    padding: 5px;
    color: rgb(73, 27, 148);
    border: 5px double rgb(46, 57, 116);
    width: 95%;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
  }
  
  #about, #pagedoll, #allImages, #likes, #current, #dislikes, #buttons, #toDo {
    border: 3px solid rgb(241, 113, 5);  
    margin: 6px;
  }
  
  #infoScroll {
    display: block;
    text-align: center;
    margin: auto;
    padding: 10px 0 10px 0;
    width: 61%;
  }
  
  h2 {
    font-family: "Lucida Console", "Courier New", monospace;
    margin-bottom: 0;
    color: rgb(192, 17, 73);
  }

  hr {
    color: rgb(241, 113, 5);  
  }

  .highlight {
    color: rgb(58, 8, 134);  
    font-weight: bold;
  }
  
  .titleHead {
    display: block;
    width: fit-content;
    margin: auto; 
  }
  
  #about p, #pagedoll p, #likes p, #current p, #dislikes p {
    margin-left: 10px; 
    margin-right: 5px;
  }
  
  #note {
    display: none;  
  }
  
  #about, #toDo {
    width: 60%;
    margin: 0;
  }
  
  #pagedoll, #buttons {
    margin-left: 10px;
    width: 30%;
    overflow-y: scroll;
  }

  #about, #pagedoll {
    display: inline-block;
    min-height: 400px;  
  }
  
  #topDiv, #bottomDiv, #veryBottom {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }
  
  #allImages {
    display: block;
    margin: 10px auto;
    width: 90%;
  }

  #allImages .titleHead {
    margin-bottom: 20px;  
  }

  #theImages {
    display: block;
    margin: auto;
    text-align: center;  
    max-width: 80%;
  }

  #theImages img {
    display: inline-block;
    width: 30%;
    height: auto;
    border: 3px inset rgb(241, 113, 5); 
    margin: 5px;
  }

  #squirmy {
    background-color: rgb(241, 239, 241);   
  }

  .right:hover {
    transform: rotate(10deg);
  }

  .left:hover {
    transform: rotate(-10deg);
  }
  
  #buttons {
    overflow-x: hidden;  
    padding: 5px;
    text-align: center;
  }

  #buttons p {
    text-align: center;  
    margin: 5px 10px 5px 10px;
  }

  #straightener {
    display: block;
    margin: auto;
    width: fit-content;
  }

  #muyButton {
    display: block;
    margin: 15px auto 5px auto;
  }

  #pButton {
    display: inline-block; 
    width: 175px;
    font-size: 10px;
  }

  #myCode {
    display: block;
    margin: 0 10px auto 10px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 10px;
  }
  
  #current {
    height: fit-content;  
  }

  #current h3 {
    margin-left: 10px;  
  }

  #current p a {
    text-decoration: none;
    font-weight: bold;
    color: rgb(209, 17, 73);  
  }

  div li {
    padding: 5px;
  }

  #toDo ol {
    margin-left: 10px;
  }

  footer p {
    display: block;
    margin: auto;
    color: rgb(26, 114, 203);
    padding: 10px;
    font-size: 10px;
  }
  
  footer {
    background-color: rgb(235, 185, 87);
    border: 2px dotted rgb(46, 57, 116);
    border-top: none;
    width: 80%;
    height: 50px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    margin: 0 auto 10px auto;
  }
}

@media (max-width: 768px) and (min-width: 480px) {
    body {
    background-color: rgb(46, 57, 116);
    color: rgb(34, 46, 143); 
  }

  header {
    padding-top: 20px;
    background-color: rgb(43, 71, 179);
    width: 100%;
    height: 175px;
    margin-bottom: 50px;
  }

  #headerDiv {
    display: block;
    margin: auto;
    width: 300px;
    text-align: center;
  }

  .headerImg {
    display: inline-block;  
    width: 50px;
  }

  h1 {
    font-family: "Lucida Console", "Courier New", monospace;
    background-color: rgb(26, 143, 227);
    color: rgb(34, 46, 143);
    text-align: center;
    width: 100px;
    display: inline-block;
    margin: auto 10px auto 10px;
    padding: 20px;
    border: 5px double rgb(230, 194, 41);  
  }

  nav {
    display: block;
    margin: auto;
  }

  nav ul {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    background-color: rgb(26, 143, 227);
    margin: 20px 10px 20px 10px;
    border: 5px double rgb(43, 71, 179);
    padding: 3px 0 3px 0;
  }

  nav ul li {
    display: inline-block;
    width: 15%;
    height: auto;
  }

  nav ul li a {
    display: block;
    text-decoration: none; 
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid white; 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
  }

  #first {
    background-color: rgb(26, 143, 227);
    color: rgb(230, 194, 41);
  }

  #second {
    background-color: rgb(235, 185, 87);
    color: rgb(34, 46, 143);
  }

  #third {    
    background-color: rgb(34, 46, 143);
    color: rgb(237, 33, 77);
  }

  #fourth {
    background-color: rgb(209, 17, 73);
    color: rgb(255, 158, 61);
  }

  #fifth {
    background-color: rgb(241, 113, 5);
    color: rgb(156, 191, 255);
  }

  #first:hover {
    cursor: default;  
  }

  #second:hover {
    color: rgb(235, 185, 87);
    background-color: rgb(241, 239, 241);
  }

  #third:hover {
    color: rgb(34, 46, 143);
    background-color: rgb(241, 239, 241);
  }

  #fourth:hover {
    color: rgb(209, 17, 73);
    background-color: rgb(241, 239, 241);
  }

  #fifth:hover {
    color: rgb(241, 113, 5);
    background-color: rgb(241, 239, 241);
  }
  
  #encompasser {
    display: block;
    margin: auto;
    margin-bottom: 0;
    background-color: rgb(235, 185, 87);
    padding: 5px;
    color: rgb(73, 27, 148);
    border: 5px double rgb(46, 57, 116);
    width: 95%;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
  }
  
  #about, #pagedoll, #allImages, #likes, #current, #dislikes, #buttons, #toDo {
    border: 3px solid rgb(241, 113, 5);  
    margin: 6px;
  }
  
  #infoScroll {
    display: block;
    text-align: center;
    margin: auto;
    padding: 10px 0 10px 0;
    width: 61%;
  }
  
  h2 {
    font-family: "Lucida Console", "Courier New", monospace;
    margin-bottom: 0;
    color: rgb(192, 17, 73);
  }

  hr {
    color: rgb(241, 113, 5);  
  }

  .highlight {
    color: rgb(58, 8, 134);  
    font-weight: bold;
  }
  
  .titleHead {
    display: block;
    width: fit-content;
    margin: auto; 
  }
  
  #about p, #pagedoll p, #likes p, #current p, #dislikes p {
    margin-left: 10px; 
    margin-right: 5px;
  }
  
  #dislikes p {
    margin-left: 5px;  
  }
  
  #note {
    display: none;  
  }
  
  #about, #toDo {
    width: 60%;
    margin: 0;
  }
  
  #pagedoll, #buttons {
    margin-left: 10px;
    width: 30%;
    overflow-y: scroll;
  }

  #about, #pagedoll {
    display: inline-block;
    min-height: 300px;  
  }
  
  #topDiv, #bottomDiv, #veryBottom {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }
  
  #allImages {
    display: block;
    margin: 10px auto;
    width: 90%;
  }

  #allImages .titleHead {
    margin-bottom: 20px;  
  }

  #theImages {
    display: block;
    margin: auto;
    text-align: center;  
    max-width: 80%;
  }

  #theImages img {
    display: inline-block;
    width: 20%;
    height: auto;
    border: 3px inset rgb(241, 113, 5); 
    margin: 5px;
  }

  #squirmy {
    background-color: rgb(241, 239, 241);   
  }
  
  #buttons {
    overflow-x: hidden;  
    padding: 5px;
    text-align: center;
  }

  #buttons p {
    text-align: center;  
    margin: 5px 10px 5px 10px;
  }

  #straightener {
    display: block;
    margin: auto;
    width: fit-content;
  }

  #muyButton {
    display: block;
    margin: 15px auto 5px auto;
  }

  #pButton {
    display: inline-block; 
    max-width: 175px;
    font-size: 10px;
  }

  #myCode {
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 5px;
    max-width: 200px;
  }
  
  #current {
    height: fit-content;  
  }

  #current h3 {
    margin-left: 10px;  
  }

  #current p a {
    text-decoration: none;
    font-weight: bold;
    color: rgb(209, 17, 73);  
  }

  div li {
    padding: 5px;
  }

  #toDo ol {
    margin-left: 10px;
  }
  
  footer p {
    display: block;
    margin: auto;
    color: rgb(26, 114, 203);
    padding: 10px;
    font-size: 10px;
  }
  
  footer {
    background-color: rgb(235, 185, 87);
    border: 2px dotted rgb(46, 57, 116);
    border-top: none;
    width: 80%;
    height: 50px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    margin: 0 auto 10px auto;
  }
}

@media (max-width: 480px) {
  body {
    background-color: rgb(46, 57, 116);
    color: rgb(34, 46, 143); 
  }

  header {
    padding-top: 20px;
    background-color: rgb(43, 71, 179);
    width: 100%;
    height: 175px;
    margin-bottom: 50px;
  }

  #headerDiv {
    display: block;
    text-align: center;
    margin: auto;
    width: 300px;
  }

  .headerImg {
    display: inline-block;  
    width: 50px;
  }

  h1 {
    font-family: "Lucida Console", "Courier New", monospace;
    background-color: rgb(26, 143, 227);
    color: rgb(34, 46, 143);
    text-align: center;
    width: 100px;
    display: inline-block;
    margin: auto 10px auto 10px;
    padding: 20px;
    border: 5px double rgb(230, 194, 41);  
  }

  nav {
    display: block;
    text-align: center;
  }

  nav ul {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    background-color: rgb(26, 143, 227);
    margin: 20px 0 20px auto;
    border: 5px double rgb(43, 71, 179);
    padding: 3px 0 3px 0;
  }

  nav ul li {
    display: inline-block;
    width: 15%;
    min-width: 50px;
    height: auto;
  }

  nav ul li a {
    display: block;
    text-decoration: none; 
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 10px;
    border-radius: 5px;
    border: 1px solid white; 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
  }

  #first {
    background-color: rgb(26, 143, 227);
    color: rgb(230, 194, 41);
  }

  #second {
    background-color: rgb(235, 185, 87);
    color: rgb(34, 46, 143);
  }

  #third {    
    background-color: rgb(34, 46, 143);
    color: rgb(237, 33, 77);
  }

  #fourth {
    background-color: rgb(209, 17, 73);
    color: rgb(255, 158, 61);
  }

  #fifth {
    background-color: rgb(241, 113, 5);
    color: rgb(156, 191, 255);
  }

  #first:hover {
    cursor: default;  
  }

  #second:hover {
    color: rgb(235, 185, 87);
    background-color: rgb(241, 239, 241);
  }

  #third:hover {
    color: rgb(34, 46, 143);
    background-color: rgb(241, 239, 241);
  }

  #fourth:hover {
    color: rgb(209, 17, 73);
    background-color: rgb(241, 239, 241);
  }

  #fifth:hover {
    color: rgb(241, 113, 5);
    background-color: rgb(241, 239, 241);
  }
  
  #encompasser {
    display: block;
    margin: auto;
    margin-bottom: 0;
    background-color: rgb(235, 185, 87);
    padding: 5px;
    color: rgb(73, 27, 148);
    border: 5px double rgb(46, 57, 116);
    width: 95%;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 6px;
  }
  
  #about, #pagedoll, #allImages, #likes, #current, #dislikes, #buttons, #toDo {
    border: 1px solid rgb(241, 113, 5);  
    margin: 6px;
  }
  
  #infoScroll {
    display: block;
    text-align: center;
    margin: auto;
    padding: 10px 0 10px 0;
    width: 61%;
  }
  
  h2 {
    font-family: "Lucida Console", "Courier New", monospace;
    margin-bottom: 0;
    color: rgb(192, 17, 73);
  }

  hr {
    color: rgb(241, 113, 5);  
  }

  .highlight {
    color: rgb(58, 8, 134);  
    font-weight: bold;
  }
  
  .titleHead {
    display: block;
    width: fit-content;
    margin: auto; 
  }
  
  #about p, #pagedoll p, #likes p, #current p, #dislikes p {
    margin-left: 10px; 
    margin-right: 5px;
  }
  
  #dislikes p {
    margin-left: 5px;  
  }
  
  #note {
    display: none;  
  }
  
  #about, #toDo {
    margin: 0;
  }
  
  #pagedoll, #buttons {
    overflow-y: scroll;
  }

  #about, #pagedoll {
    min-height: 100px;  
  }
  
  #allImages {
    display: block;
    margin: 10px auto;
    width: 90%;
  }

  #allImages .titleHead {
    margin-bottom: 20px;  
  }

  #theImages {
    display: block;
    margin: auto;
    text-align: center;  
    max-width: 80%;
  }

  #theImages img {
    display: inline-block;
    width: 20%;
    height: auto;
    border: 3px inset rgb(241, 113, 5); 
    margin: 5px;
  }

  #squirmy {
    background-color: rgb(241, 239, 241);   
  }
  
  #buttons {
    overflow-x: hidden;  
    text-align: center;
  }

  #buttons p {
    text-align: center;  
  }

  #straightener {
    display: block;
    margin: auto;
    width: fit-content;
  }

  #muyButton {
    display: block;
    margin: 15px auto 5px auto;
  }

  #pButton {
    display: inline-block; 
    width: 100px;
    font-size: 5px;
  }

  #myCode {
    display: block;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 5px;
    max-width: 200px;
  }
  
  #current, #likes, #dislikes {
    width: fit-content;  
    text-align: center;
    display: block;
    margin: 10px auto 10px auto;
  }
  
  #current p, #likes ul, #dislikes ul {
    padding: 0;
    margin: 15px;
    font-size: 5px;
  }

  #current p a {
    text-decoration: none;
    font-weight: bold;
    color: rgb(209, 17, 73);  
  }

  div li {
    padding: 5px;
  }

  #toDo ol {
    margin-left: 10px;
  }
  
  footer p {
    display: block;
    margin: auto;
    color: rgb(26, 114, 203);
    padding: 10px;
    font-size: 8px;
  }
  
  footer {
    background-color: rgb(235, 185, 87);
    border: 2px dotted rgb(46, 57, 116);
    border-top: none;
    width: 80%;
    height: 50px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    margin: 0 auto 10px auto;
  }
}

