
@font-face {
    font-family: 'honk';
    src: url('./glitch.ttf');
}

img {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.fancy_text {
    text-align: center;
    font-family: honk;
    font-size: 250%;
    color: white;
    letter-spacing: 5px;
}

body {
    background-color: rgb(0,0,0);
}