/*
index.css
*/

#cat-gif {
  position: fixed;
  top: 20px;
  right: -20px;
  width: 250px;
  height: auto;
  z-index: 1000;
  border-radius: 10px;
}

#cat-gif-bottom {
  position: fixed;
  bottom: 20px;
  left: -20px;
  width: 250px;
  height: auto;
  z-index: 1000;
  border-radius: 10px;
  transform: scaleX(-1);
}

#flowers-gif {
  position: fixed;
  top: 40px;
  left: -50px;
  width: 280px;
  height: auto;
  z-index: 1000;
  border-radius: 10px;
}

#flowers-gif-bottom {
  position: fixed;
  bottom: 40px;
  right: -50px;
  width: 280px;
  height: auto;
  z-index: 1000;
  border-radius: 10px;
  transform: scaleX(-1) rotate(15deg);
}

#coffee-mug {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 150px;
  height: auto;
  z-index: 1000;
  border-radius: 10px;
}

#coffee-mug-top {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 150px;
  height: auto;
  z-index: 1000;
  border-radius: 10px;
  transform: scaleX(-1);
}

#glitter-gif {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 140px;
  height: auto;
  z-index: 1000;
  border-radius: 10px;
}

#glitter-gif-bottom {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 140px;
  height: auto;
  z-index: 1000;
  border-radius: 10px;
  transform: scaleX(-1);
}

main {
    width: 70%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  
  header {
    padding: 30px 20px;
    margin-bottom: 15px;
  }
  
  nav {
    padding: 20px;
    margin-bottom: 20px;
  }
  
  article {
    padding: 30px;
    margin-bottom: 25px;
  }
  
  footer {
    padding: 20px;
    margin-bottom: 15px;
  }
  
  h1 {
    font-family: Helvetica, sans-serif;
    color: #f2f0f0;
    text-align: center;
    margin: 0;
  }
  
  h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  
  header {
    /*   background-color: #2df3f4; */
    height: 200px;
    background-image: url(https://mcusercontent.com/05932a47c1e271e93fb93da91/images/1b5e2e1f-2b6c-9c51-4c84-376a4c426067.jpg); 
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 15px;
  }
    
  nav {
    background-color: #a3c0c6;
    text-align: center;
    line-height: 2em;
    padding: 20px;
  }
  
  .navH3 {
    margin: 0 15px;
  }
  
  .image-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
  }
  
  .image-container img {
    margin: 0;
    height: 300px;
    width: auto;
  }
  
  article b {
    display: block;
    margin-top: 25px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
  }
  
  article {
    background-color: #daebef;
    text-align: center;
  }
  
  article h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  
  article p {
    text-align: center;
    margin: 15px auto;
    line-height: 1.6;
  }
  
  article img {
    display: block;
    margin: 20px auto;
  }
  
  article iframe {
    display: block;
    margin: 20px auto 25px auto;
  }
  
  article a {
    margin: 10px 0;
    display: inline-block;
  }
  
  
  iframe {
    display: block;
    margin: 20px auto;
  }
  
  #aboutme {
    color: #536b70;
  }
  
  #project1 {
    color: #536b70
  }
  
  #project2 {
    color: #536b70
  }
  
  #article3 {
    color: #536b70
  }
  
  #article4 {
    color: #536b70
  }
  
  #article5 {
    color: #536b70
  }
  
  #article6 {
    color: #536b70
  }
  #article7 {
    color: #536b70
  }
  #article8 {
    color: #536b70
  }
  #article9 {
    color: #536b70
  }
  #article10 {
    color: #536b70
  }
  #article11 {
    color: #536b70
  }
  #article12 {
    color: #536b70
  }
  #article13 {
    color: #536b70
  }
  .backToTop {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  
  .backToTop a {
    font-size: 14px;
    color: #536b70;
  }
  
  .backToTop a:hover {
    color: white;
  }
  
  a {
    color: #43565b;
  }
  
  section {
    margin-bottom: 0;
  }