
html, body, div, span, applet, object, iframe,
 h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 10;
	padding: 10;
	border: 10;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body, button {
  font-family: 'Ubuntu', sans-serif;
}

header{
    background-color: rgb(15, 121, 207);
    padding: 15px 25px;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
    min-height: 117px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

header nav{
    text-decoration: solid;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    
}

#article1{
    padding: 122px 210px 10px 239px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#article1 img{
    max-width: 300px;
    max-height: 300px;
}

@media(max-width: 1000px){
    #article1 img{
        max-width: 200px;
        max-height: 200px;
    }
}

@media(max-width: 1000px){
    #article1 img{
        max-width: 200px;
        max-height: 200px;
    }
}

  footer {
    background-color: #7444f8;
    padding: 20px 0;
  }
  
  .rodape {
    text-align: center;
  }
  
  .rodape p {
    margin: 0;
  }
  
.fotocima {
  border-radius: 50%;
}

.bob {
  width: 200px;
  height: 300px;
}

.galeria {
  display: flex;
}

@media(max-width: 1000px){
  .galeria img{
      max-width: 200px;
      max-height: 200px;
  }
}

@media(max-width: 1000px){
  .galeria img{
      max-width: 200px;
      max-height: 200px;
  }
}