#img {
    height: 400px;
    width: 400px;
   
   }

body{
    text-align: center;
    font-family: 'Source Code Pro', monospace;
    color: #4A5759;
    background-color: #dedbd258;
}

header{
    font-size: 40px;
    padding: 25px;
}

h2{
    font-size: 20px;
}


/* The button for home */
#nav_app {
    background-color: #FFFFFF;
    border: 1px solid rgb(209,213,219);
    border-radius: 0.8rem;
    color: #111827;
    font-family: 'Source Code Pro', monospace;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25rem;
    max-width: max-content;
    padding: .75rem 1rem;
    text-align: center;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transition-duration: 0.5s;
  }
  
  #nav_app:hover {
    background-color: #4A5759;
    color: #FFFFFF;
  }
  
  #nav_app:focus {
    outline: 2px solid rgba(0,0,0,0.1);
    outline-offset: 2px;
  }
  
  #nav_app:focus-visible {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  /* The button for logo*/
  #nav_logo {
    background-color: #FFFFFF;
    border: 1px solid rgb(209,213,219);
    border-radius: 0.8rem;
    color: #111827;
    font-family: 'Source Code Pro', monospace;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25rem;
    max-width: max-content;
    padding: .75rem 1rem;
    text-align: center;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transition-duration: 0.5s;
  }
  
  #nav_logo:hover {
    background-color: #4A5759;
    color: #FFFFFF;
  }
  
  #nav_logo:focus {
    outline: 2px solid rgba(0,0,0,0.1);
    outline-offset: 2px;
  }
  
  #nav_logo:focus-visible {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  /* The button for app */
  #nav_prototype {
    background-color: #FFFFFF;
    border: 1px solid rgb(209,213,219);
    border-radius: 0.8rem;
    color: #111827;
    font-family: 'Source Code Pro', monospace;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25rem;
    max-width: max-content;
    padding: .75rem 1rem;
    text-align: center;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transition-duration: 0.5s;
  }
  
  #nav_prototype:hover {
    background-color: #4A5759;
    color: #FFFFFF;
  }
  
  #nav_prototype:focus {
    outline: 2px solid rgba(0,0,0,0.1);
    outline-offset: 2px;
  }
  
  #nav_prototype:focus-visible {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #flower {
    padding: 60px;
  }