@charset "UTF-8";
/* CSS Document */

body {font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color:#ffffff !important;
}

.navbar {
  width: 100%;
  background-color: #555;
  overflow: auto;
  text-align: center;
}

.navbar a {
  text-align: center;
  padding: 12px;
  color: white;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background-color: #000;
}

.active {
  background-color: #04AA6D;
}

@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
  }
}
ul {
    list-style: none;
    padding-left: 0;
    display: block;
    display: inline;
}
li {
    display: inline;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    color: blue;
}
.list {
    display: block-inline;
    text-align: center;
}

li a {
    color: blue;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
}

li a:hover {
    color: red;
    text-decoration: none;
}

a {
    color: green;
}

.top{
	text-align: right;
}
.ad {
 	box-shadow: 3px 3px 3px gray;
    margin-right: 15px;
    padding-bottom: 15px;
 
}
label {
         display: block;
         margin-top: 10px;
     }
     input, select {
         width: 100%;
         padding: 5px;
         margin-top: 5px;
     }
	 input, textarea {
	            width: 100%;
	            padding: 8px;
	            margin-bottom: 10px;
	            border: 1px solid #ddd;
	            border-radius: 4px;
	            box-sizing: border-box;
     button {
         margin-top: 10px;
         padding: 10px;
         background-color: #4CAF50;
         color: white;
         border: none;
         cursor: pointer;
     }
     button:hover {
         background-color: #45a049;
     }
 }

 .img1 {
  box-shadow: 3px 3px 3px gray; 
  
 }
 .writer1 {
     text-align: left;
 	color:black;
 }
 .image-container {
   position: relative;
   display: inline-block;
 }

 .image-container img {
   display: block;
   width: 100%;
   height: auto;
 }
 .overlay-text {
   position: absolute;
   top: 20%; 
   left: 50%; 
   transform: translate(-50%, -50%); 
   color: #fff; 
   padding: 10px 20px; 
   font-size: 60px; 
   text-align: center;
}
.header{
	font-size: 60px; 
    text-align: center;}
table{
	width:100%;
background-color: white !important;
background: white !important;
background-color:#ffffff !important;
}
.photo {
	margin-bottom:30px;
	
