body {
    background: linear-gradient(to top, #000e, #0002), url(../../midias/wallpaper.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed
}

.janela {
    width: calc(100% - 20px);
    height: calc(100% - 90px);
    min-width: 300px;
    max-width: 700px;
    top: 120px;
    margin: 40px auto 40px;
    padding: 42px 5px 0px 5px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 0 40px #0009;
    border: 1px solid #555;
    background-color: #111d;
    color: #fff;
    overflow: hidden;
    font-family: monospace;
    transition: opacity 0.5s ease;
    backdrop-filter: blur(10px);
    font-size: 16px;
    animation: fadeInRight 0.5s ease-out forwards;
    text-align: center;
    user-select: none
}

p {
    text-align: justify;
}

.barra {
    background: linear-gradient(to bottom, #333, #222);
    box-shadow: 0 0 25px #0005;
    color: #bbb;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 12px;
    padding-left: 16px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    font-family: monospace
}

bbb {
    position: relative;
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 7px;
    margin-top: 4px;
    cursor: pointer;
    background: #FF5F57;
    border-radius: 50%
}

bbb::before,
bbb::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    cursor: pointer
}

bbb::before {
    background: #FECF1A;
    left: 20px
}

bbb::after {
    background: #46D755;
    left: 40px
}
/*Fim Janela*/

img {
    margin: 0 auto;
    width: 128px;
}