/* Global Styles */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
  }
  
 h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #333;
    margin-bottom: 0px;
    
  }

h1 {
    display: flex;
    align-items: center;
}

  
  .cloud-count {
    margin-left: 40px;
    font-size: 1.2em;
    color: #666;
  }
  
  .photo {
    width: 50px;
    height: 40px;
    margin: 10px; /* Adjusted margin to center the photo */
  }

  #云朵 p {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
  a {
    text-decoration: none;
    color: #337ab7;
  }
  
  a:hover {
    color: #23527c;
  }
  /* mission styles*/
.mission {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top:10px;
}
.mission button{
  margin-left: 5px;
  padding: 10px 10px;
  background-color: #C6E2B5;
  height: 100%;
  width: 20%;
  font-size: 16px;
  border-radius: 5px;
  font-weight: bold;
} 

.mission h4 {
  width: 50%;
  margin-top: 20px;
}
  /* pop up window sytles*/
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 50px;
    align-items: center;
    justify-content: center;
  }
  
  .modal-content {
    background-color: #fefefe;
    margin: 30% auto;
    padding: 20px;
    border: 1px solid #888;
    font-weight: bold;
    width: 80%;
  }
  .modal button{
    margin-left: 20px;
    padding: 5px 20px;
    background-color: #ADD8E6;
    font-size: 13px;
    border-radius: 5px;
    font-weight: bold

  }
  .modal h4{
    font-size: 10px;
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  /* Header Styles */
  
  header {
    background-color: #333;
    position:fixed;
    top: 0;
    width: 100%;
    color: #fff;
    padding: 20px;
    text-align: center;
  }
  
  header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  
  header nav ul li {
    margin-right: 20px;
  }
  
  header nav a {
    color: #fff;
    text-decoration: none;
  }
  main{
    margin-top: 50px;
  }
  .RA_container{
    display: flex;
    margin: 30px;
    flex-direction: row;
    align-items: start;
  }
  .changeStore{
    display: flex;
    margin: 0px;
    width: 100%;
    height: 80px;
    flex-direction: row;
    align-items: center;
  }
  .changeStore button{
    margin-left: 5%;
    height: 100%;
    width: 30%;
    padding: 5px 10px;
    /* #E5E5EA Gray #FFC499 orange*/
    background-color: #E5E5EA;
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold
  }
  #setAll{
    margin-left: 5%;
    height: 100%;
    width: 30%;
    padding: 5px 10px;
    /* #E5E5EA Gray #FFC499 orange*/
    background-color: #FFC499;
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold
  }
  .RA{
    width: 50%; /* Reduce the width to 50% of its original size */
    max-width: 100px; /* Set a maximum width to prevent it from getting too small */
    text-align: right; 
  }
  .RAtext button{
    margin-left: 20px;
    padding: 5px 20px;
    background-color: #ADD8E6;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold
  }
  .RA_container div p {
    margin-left: 20px; /* Add this line */
    margin-top: 0px;
    /*margin-top: -260px; /* Add this line to move the text up */
    font-size: 24px; /* Increase the font size */
    font-weight: bold; /* Make the text bold */
  }
  .RA_container div h5{
    margin-left: 20px; /* Add this line */
    /*margin-top: -200px; /* Add this line to move the text up */
    font-size: 10px;
  }
  .RA_container div h4 {
    margin-left: 20px; /* Add this line */
    /*margin-top: -200px; /* Add this line to move the text up */
    font-size: 16px; /* Increase the font size */
  }
  .card_container {
    display: flex;
    margin: 30px;
    flex-direction: row;
    align-items: start;
  }
  
  .card {
    width: 50%; /* Reduce the width to 50% of its original size */
    max-width: 100px; /* Set a maximum width to prevent it from getting too small */
    text-align: right; /* Add this line */
  }
  
  .card_container div p {
    margin-left: 20px; /* Add this line */
    margin-top: 0px;
    /*margin-top: -260px; /* Add this line to move the text up */
    font-size: 24px; /* Increase the font size */
    font-weight: bold; /* Make the text bold */
  }
  .card_container div h5{
    margin-left: 20px; /* Add this line */
    /*margin-top: -200px; /* Add this line to move the text up */
    font-size: 10px;
  }
  .card_container div h4 {
    margin-left: 20px; /* Add this line */
    /*margin-top: -200px; /* Add this line to move the text up */
    font-size: 16px; /* Increase the font size */
  }
  .card-text button{
    margin-left: 20px;
    padding: 5px 20px;
    background-color: #ADD8E6;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold
  } 

  header nav a:hover {
    color: #ccc;
  }
  
  /* Main Content Styles */
  
  main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  
  section {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  /* Footer Styles */
  
  footer {
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    clear: both;
  }