body {
      background-color:#fff8f8;
	  }
h1 {
	font-family: Verdana, Arial,sans-serif;
	font-size: 40px;
	font-style: normal;
	font-variant: small-caps;
    background-color:#06C9B2;
    color: #FFFFFF;
	font-weight: bold;
	line-height: 66px;
	text-align: center;
    margin-bottom:auto;
    /* start code box title */
    border-width: 1px;  
    border-style: solid;
    border-radius: 23px;
    padding: 10.8px 27px 10.8px 27px;
    margin-left:23%;
    margin-right:23%;
    border-color: hsl(173, 38%, 39%);
    /* end code box title */
	}

#index { /*index sizes the paragraph in the index page*/
       font-size:24px;
       }
h2  {
    float:right;
    }	
	
 
#introduction {
              border-color: black;
              border-width: 1px;
              border-style: solid;
              margin-top:10%;
              padding:15px;
              width:30%;
              float:right; 
              margin-right:30px;          
              }

.logo {
      float:left;
      width: 170px;
      }

.tag { /* tag referes to the link of the main pages*/
     margin-left:25%;
	 margin-right:25%;
     font-family:Verdana, Geneva, Arial,sans-serif;
	 font-size: 22px;
     text-align: center; /* orizontal */
     line-height: 130px; /* vertical*/
     margin-bottom:auto;
     }
 
     
.link { /* code to change the link in button*/
      display: inline-block;
      text-align: center;
      border-width: 1px;
      border-style: solid;
      text-transform: uppercase;
      text-decoration: underline;
      line-height: 1.1;
      font-weight: normal;
      font-family: sans-serif;
      color: #FFFFFF;
      font-size: 12px;
      background-color: #06C9B2;
      border-color: hsl(173, 38%, 39%);
     
      -webkit-border-radius: 23px;
      -moz-border-radius: 23px;
      border-radius: 23px;
      padding: 10.8px 27px 10.8px 27px;
      
      } 
     

.allcontent { /* to fix the width of the website*/
            width:1024px;
            margin-left:auto;
            margin-right:auto; 
            }

.img { /* img referes to each of the album pic*/
     text-align:center;
    
     }
     

               
               
    .backtogallery {
               text-align:center;
               font-family:Verdana, Geneva, Arial,sans-serif;
	           font-size: 14px;
               font-style:italic;
               color:#C0C0C0;
               }
               
.footer {
        text-align:center;
        margin-bottom:0%;
        font-size:14px;
        }
           