@import url('https://fonts.googleapis.com/css?family=Inconsolata:400,700&display=swap');

body, html{
    height: 100%;
    margin: 0;
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-family: 'Inconsolata', monospace;
    font-size: 20px;
}



#fundo1, #fundo2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../imagens/bg.jpg)
}

#fundo3 {
    background: #0004;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}



#conteudo {
    position: absolute;
    left: calc(50% - 150px - 20px);
    top: calc(50% - 37px);
}

#titulo{
    font-size: 2.5em;
    min-width: 300px;
    padding: 0 0 0 10px;
    border-left: 10px solid rgba(106, 211, 203, 0.65);
    color: #fffd;
    font-weight: 400;
}

#mais {
    text-align: center;
    padding: 0 0 0 20px;
    font-weight: 700;
}
#mais a{
    color: #fffc;
    text-decoration: none;
}

.azul {
    color: rgba(106, 211, 203, 1);
}

#mais a:hover > .azul{
    color: red;
}


#credito {
    position: absolute;
    font-size: 0.5em;
    top: calc(100% - 20px);
    left: 10px;
    color: #fff6;
}
