@font-face {
    font-family: dsf;
    src: url(Death\ Star.otf);
}
body {
    font-family: Arial, sans-serif;
    background-image: url('mp-4.webp');
    background-size: cover;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.cp {
    font-family: dsf;
}

#foo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: white;
}

.container {
    text-align: center;
}

#miller-time {
    font-size: 2em;
    margin-top: 20px;
    color: black;
}
