
html{
    background: #eeeeee;
}

.block{
   
    background: #eeeeee;
    justify-content: center;
}
h1{
    text-align: center;
    font-size: 60px;
}

h2, h3{
   text-align: center;
}
.img1{
    width: 30%;
}
.img2{
    width: 40%;
    
    
}
img{
      display: block;
    margin-left: auto;
    margin-right: auto
}

a:link {
    color: #555555;
}

a:visited {
    color: #555555;
}

a:hover {
    color: #333333;
}

a:active {
    color: #555555;
}

#tempo{
  display: inline;
}
