body {
    background: radial-gradient(circle, #0009, #000), url(../../midias/wallpaper.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

h1,h2 {
    color: #fff;
    text-align: center
}

.janela {
    width: calc(100% - 20px);
    height: calc(100% - 90px);
    min-width: 300px;
    max-width: 1000px;
    top: 80px;
    margin: 0 auto 20px;
    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;
    user-select: none
}


.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
}

#distros-container {
    background: none;
    color: #fffa;
    height: calc(100% + 20px);
    width: calc(100% + 25px);
    top: 0;
    left: 20%;
    right: 0;
    padding: 0px;
    overflow: scroll;
    scrollbar-width: thin;
    box-shadow: 0 0 45px #0005;
    scrollbar-color: #444 #363636;
    margin: -8px
}

* {
    outline: none
}

.janela label {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-family: monospace
}

.janela input {
    width: calc(100% - 25px);
    padding: 8px;
    margin-bottom: 10px;
    background-color: #0003;
    height: 27px;
    border: 1px solid #ddd8;
    border-radius: 4px;
    color: #fffc;
    font-size: 12px;
    margin: 6px 2px 6px 2px
}

.janela .z {
    width: auto;
    background-color: #35353580;
    border: 1px solid #fff5;
    border-radius: 4px;
    color: #fffc;
    padding: 5px 20px 7px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 6px 2px 6px 2px;
    cursor: pointer;
    transition: border-color 0.5s
}

.janela .z:hover {
    border-color: #fff;
    color: #fff
}

.mensagem {
    width: 98%;
    height: 150px;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    box-sizing: border-box;
    margin-bottom: 16px
}

.mssg {
    background: linear-gradient(to bottom, #333, #222);
    box-shadow: 0 0 40px #0009;
    border: 1px solid #555;
    border-radius: 8px;
    margin: 15px;
}

.topmssg {
    display: flex;
    justify-content:left;
    align-items: center
}

h3 {
    font-size: 30px;
    margin: 0;
}

h4 {
    margin: 0;
    font-size: 14px;
    color: #aaa;
}

h5 {
    margin: 20px;
    margin-top: 0px;
    font-size: 20px;
}

.topmssg img{
    width: 100px;
    border-radius: 50%;
    margin: 20px;
}