@font-face {
    font-family: 'BigBlueTerm437NerdFont';
    src: url('fonts/BigBlueTerm437NerdFont-Regular.ttf');
}

    .content {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 20px;
        width: 75%;
        margin-top: 20px;
        border: 1px solid red;
    }

body {
    text-align: center;
    font-family: 'BigBlueTerm437NerdFont', monospace;
    background-image: url('/assets/bgs/background3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
    /* texto */

    h1 {
        color: rgb(255, 0, 0);
        font-size: 36px;
    }

    a {
        color: rgb(255, 255, 255);
        text-decoration: none;
        transition: color 0.3s ease;
    }

a:hover, a:active {
  color: #e74c3c; 
}
    p {
        color: rgb(255, 255, 255);
        text-decoration: none;
    }
}