*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@import url('https://fonts.googleapis.com/css2?family=SUSE+Mono:ital,wght@0,100..800;1,100..800&display=swap');
body{
    font-family: "SUSE mono", sans-serif;
    width: 100%;
    height: 100vh;
}
h1{
    width: 100%;
    text-align: center;
    padding: 20px;
}
main{
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
img{
    width: 50%;
}
.legenda{
    padding-top: 20px;
    color:#000000c5;
    font-weight: bold;
}

footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color:#000000c5;
}