@font-face {
    font-family: "DigitalCardsDemo";
    src:url("fonts/Digital Cards Demo.otf");
    format('opentype');}



*{
    margin: 0;
    padding: 0;
}
body {
    background-image: url('assets/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.simpson {
    display: flex;
    justify-content: center;
    justify-items: center;

    background-color: rgb(240, 240, 240);
    width: fit-content;
    height: 70vh;

    position: absolute;
    left: 55vh;
    top: 5vh;
    z-index: 1;


}

footer {
    position: absolute;
    background-color: #000000;
    bottom: 0;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 2;
    opacity: 0.8;
}
.text{
    color: white;
    padding: 12px;
    font-size: 20px;
    font-family: "DigitalCardsDemo";

    font-size: 30px;
    text-align: center;
}