@import url(resetar.css);

body {
    font-family: "Roboto", sans-serif;
    background-color: #333;
}
#site {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}
header h1 {
    font-weight: bold;
    font-size: 3rem;
    background-color: #FF3300;
    color: #FFF;
    padding: 10px 50px;
    border-radius: 10px;
    text-align: center;
    line-height: 1.2em;
}
header p {
    width: 100%;
    max-width: 400px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #FFF;
    margin-top: 20px;
}
figure {
    margin-top: 40px;
}