#filtro {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: -webkit-fill-available;
    backdrop-filter: blur(6px);
}

html,
body {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
}

html {
    background-image: url(https://bugfender.com/wp-content/uploads/2019/11/Feature-image.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-attachment: fixed;
}

#link {
    font-size: 12px;
    font-family: monospace;
}

.page-container {
    background-color: #eee;
    width: 74%;
    height: 100%;
    margin-left: 10%;
    margin-top: 6%;
    position: sticky;
    border-radius: 12px;
    padding: 0.3rem;
    border: 1px solid rgba(10, 10, 10, 0.24);
    box-shadow: 2px 4px 6px rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 10%);
}

.page-container+.page-container {
    margin-top: 5%;
    padding: 1rem;
    margin-bottom: 3rem;
}

.title {
    text-align: center;
}

p {
    font-size: 18px;
}

.comando {
    color: rgb(74, 153, 74);
    font-weight: lighter;
}

.img-container {
    overflow: hidden;
    height: 270px;
}

.img-container img {
    margin-top: -7rem;
}

a {
    text-decoration: none;
}
