body {
    /* position: absolute;
    overflow: auto;
    height: 100vh; */
}
header {
    background: #4c347b;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 65px;
    z-index: 2;
    display: grid;
    grid-template-columns: 10% auto;
    /* border-bottom: 1px solid #ccc; */
    padding: 5px;
    -webkit-box-shadow: 0px -1px 2px 3px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px -1px 2px 3px rgba(0,0,0,0.42);
    box-shadow: 0px -1px 2px 3px rgba(0,0,0,0.42);
}
header img {
    height: 55px;
    border-radius: 50%;
}
header a {
    text-align: center;
    color: #fff !important;
    padding: 15px;
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    text-decoration: none !important;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.space {
    height: 65px;
}
.importante {
    color: red;
}

@media (min-width: 1020px) {
    html {
        height: 100vh;
        width: 100%;
        padding: 60px;
        /* background: #383838; */
    }
    body {
        width: 400px;
        height: 640px;
        margin: 0 auto;
        /* border-width: 1px;
        border-color: #969696;
        border-style: dotted; */
        -webkit-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.9);
        -moz-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.9);
        box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.9);
    }
}