@font-face {
    font-family: "big-shot";
    src: url("big-shot.ttf");
}

body {
    background-color: black;
    color: white;
    font-family: "big-shot", sans-serif;
    text-align: center;
}

a {
    color: blue;
}

a:visited {
    color: dodgerblue;
}

.awnser {
    font-size: 1200%;
    font-family: "big-shot", sans-serif;
}

.dealButton {
    color: white !important;
    font-style: normal;
    text-decoration: none;
    font-size: 150%;
}

.dealButtonBuff3r {
    margin-left: 5rem;
    margin-right: 5rem;
}

.dealButton:hover {
    color: yellow !important;
}

@keyframes fade-in {
    0% { opacity: 0%;}
    100% { opacity: 100%;}
}

.fadeIn {
    animation: fade-in 1s ease-in;
}

.timer {
    color: yellow;
    font-size: 200%;
}

footer {
    position: absolute;
    margin-left: 30%;
    margin-right: 30%;
    bottom: 100px;
}