@font-face {
    font-family: 'Matrix';
    src: url(../assets/fonts/Matrix-MZ4P.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, html {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.background-container {
    background-image: url(../assets/img/matrix-construct.jpeg);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-text {
    color: white;
    text-align: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    font-family: 'Matrix', sans-serif;
    font-size: 1.7rem;
}