body{
	
	background: linear-gradient(#280001 30%,#4A0102 ,#740103 );
}

h3{
	font-family:verdana;
	color:White;
	letter-spacing:1px;
}

.tamanho{
 max-width:100%;
 height:auto;

}

.pp,.ppp,.pp1,.pp2,.pp3,.pp4,.pp5{
	
	color:white;
	background-attachment:fixed;
	max-width:80%;
	max-height:100% auto;
	text-align:justify;
	padding: 30px;
	background-size: 100% 100%;
	font-family: verdana;
}

p{
    font-family:verdana, sans-serif;
	color:white;
    text-align:justify;
	letter-spacing:1px;
	line-height: 1.5;
}

* {
    box-sizing: border-box;
}

/* The grid: Four equal columns that floats next to each other */
.column {
    float: left;
    width: 10%;
    padding: 10px;
}

/* Style the images inside the grid */
.column img {
    opacity: 0.8; 
    cursor: pointer; 
}

.column img:hover {
    opacity: 1;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The expanding image container */
.container {
    position: relative;
    display: none;
}

.container1 {
    position: relative;
    display: none;
}


.container2 {
    position: relative;
    display: none;
}

.container3 ,.container4,.container5,.container6{
    position: relative;
    display: none;
}


/* Expanding image text */
#imgtext {
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: white;
    font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
    position: absolute;
    top: 5px;
    right: 10px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

.closebtn1 {
    position: absolute;
    top: 5px;
    right: 10px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}


.closebtn2 {
    position: absolute;
    top: 5px;
    right: 10px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

.closebtn3 ,.closebtn4,.closebtn5,.closebtn6{
    position: absolute;
    top: 5px;
    right: 10px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 35px;
  z-index: 99;
  font-size: 35px;
  border: none;
  outline: none;
  background-color: #3FAABF;
  color: white;
  cursor: pointer;
  padding: 3px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

input[type=submit] {
    background-color:#164b59;
    border: none;
    color: white;
    padding: 8px 13px;
    font-size: 16px;
    transition-duration: 0.4s;
    border-radius:7px;
    position: fixed;
    right: 20px;
    top:20px;
}
