@font-face {
    font-family: "LECO";
    src: url('Fonte/LECO.otf') format('opentype');
}

@font-face {
    font-family: "Square2";
    src: url('Fonte/Square2.ttf') format('opentype');
}

body {
    background-color: black;
}

header {
    display: flex;
    justify-content: right;
    margin: 0px;
}

nav img {
    width: 30px;
    margin-left: 10px;
    margin-right: 10px;


}

a {
    text-decoration: none;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 200px;
}

button {
    font-family: "leco";
    color: #fe0000;
    background-color: black;
    font-size: 20px;
    border: 3px solid;
    padding: 7px 25px;
    height: 200px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    opacity: 0.8;
    justify-content: center;
    width: 300px;
}

h4 {
    display: flex;
    color: #fe0000;
    font-family: "Square2";
    font-size: 20px;
    flex-direction: column;
    position: fixed;
    bottom: 0;
}

.capsno {
    opacity: 0.8;
    width: 300px;
    color: #fe000053;
}

.capsno:hover {
    font-size: 20px;
    opacity: 0.8;
    cursor: auto;
    width: 300px;

}

button:hover {
    cursor: pointer;
    font-size: 23px;
    opacity: 1;
    width: 350px
}

h1 {
    color: #fe0000;
}

@media screen and (max-width: 768px) {
    .box {
        flex-direction: column;
        justify-content: none;
        align-content: center;
        margin-top: 180px;
        padding-bottom: 80px;
    }

    button {
        width: 250px;
        height: 125px;
        margin: 17px;
    }

    button:hover {
        width: 300px;
    }

    .capsno {
        width: 250px;
        height: 125px;
    }

    .capsno:hover {
        width: 250px;
    }
}