@font-face {
    font-family: "LECO";
    src: url('Fonte/LECO.otf') format('opentype');
}

@font-face {
    font-family: "coolvetica";
    src: url('Fonte/coolvetica.otf') format('opentype');

}

body {
    background-color: black;
}

header {
    display: flex;
    justify-content: right;
    margin: 0px;
}

nav img {
    width: 30px;
    margin-left: 10px;
    margin-right: 10px;


}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

h1,
h2 {
    text-align: center;
}

h1 {
    -webkit-animation: fade;
    -webkit-animation-duration: 7s;
    -webkit-animation-delay: 1s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    margin-top: 50px;
    -webkit-animation: fade;
    -webkit-animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 5s;
    opacity: 0;

}

.Text-title {
    color: #fe0000;
    margin-top: 250px;
}

.Text {
    color: aliceblue;
    font-family: Arial, Helvetica, sans-serif;
    margin: 25px;
    line-height: 28px;
    font-size: 22px;
    margin-top: 350px;
}

pre {
    font-family: Arial, Helvetica, sans-serif;
    visibility: hidden;
}

#gray {
    color: rgba(240, 248, 255, 0.547)
}

#um {
    margin-top: -25px;
}

#dois {
    margin-top: -25px;
    color: rgba(240, 248, 255, 0.547)
}

#tres {
    margin-top: -25px;
    color: #fe0000
}

#continua {
    color: #fe0000;
    margin-top: 125px;
}

.formatpre {
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

img {
    width: 1366px;
    margin-bottom: 75px;
}

.imagens {
    display: flex;
    justify-content: center;
}

h4 {
    display: flex;
    color: #fe0000;
    font-family: "Square2";
    font-size: 20px;
    flex-direction: column;
    position: fixed;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    img {
        width: 380px;
    }

    .Text {
        font-size: 17px;
    }
}