*{
	margin:0;
	padding:0;
}

body{
	background-color:#F8F8F8;  /*  */
}

a{
	font-family:sans-serif;
	text-decoration:default;
	font-weight:normal;
	color:#4672b0;
}

#menu{
	height:auto;
	width:100%;
	background-color:none;
	margin:auto;
	margin-bottom:20px;
}

#frases{
	margin-top:30px;
}

.frase{
	margin-bottom:80px;

}


#web{
	height:auto;
	margin:auto;
	text-align:left;
	background-color:none;
	max-width:45ch; /* 580px */
}
h1{
	font-family:sans-serif;
	font-weight:normal;
	color:#3D3D3D; 
}




h4{
	font-family:sans-serif;
	font-weight:normal;
	color:#3D3D3D;   /*#202020   #d6d6d6*/
	
	font-size:0.95rem;
}

pre{
	font-family:sans-serif;
	font-weight:normal;
	color:#6e6e6e;
	margin-bottom:60px;
	font-size:16px;
}

h5{
	font-family:sans-serif;
	font-weight:normal;
	color:#CDCDCD; /* #646464 */
	margin-bottom:10px;
	font-size:0.75rem;
}

especial {
  animation: color-change 1s infinite;
}

@keyframes color-change {
  0% { color: red; }
  25% { color: orange; }
  50% { color: green; }
  75% { color: blue; }
  100% { color: purple; }
}


#title{

}

img{
	width:100%;
	max-width:200px;
	max-height:200px;
	height:auto;
	margin-bottom:10px;
}

#marcoimg{
	height:auto;
	text-align:center;
	width:100%;
	background-color:none;
	margin-bottom:10px;
}

h4 #marcoimg{
	text-align:left;
}


inv{
	color:white;
	opacity: 0.2;
	font-family:sans-serif;
	font-weight:normal;
	font-size:12px;
}


@media screen and (max-width:600px){
	#web {
			margin-left:15px;
			margin-right:15px;
			}
}