@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Sansita+Swashed:wght@700&family=Secular+One&display=swap');

* {
    font-family: 'Sansita Swashed', cursive !important;
}

body {
    background-image: url(/static/img/georgefloyd.jpg) !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

button {
    font-size: 30px !important;
    margin-top: 50px !important;
    width: 300px !important;
    font-family: 'Bangers', cursive !important;
    color: #874E3C !important;
    border-radius: 10px !important;
}

h1 {
    color: white !important;
    -webkit-text-stroke-width: 1px !important;
    -webkit-text-stroke-color: black !important;
    text-shadow: 2px 2px #0000 !important;
    font-family: 'Secular One', sans-serif !important;
    font-size: 30px !important;
    cursor: default !important;
}

.main {
    margin-top: 7% !important;
    align-items: center !important;
    text-align: center !important;
    align-content: center !important;
}

#floyd {
    font-size: 75px !important;
    color: #874E3C !important;
    font-family: 'Sansita Swashed', cursive !important;
    cursor: default !important;
}

input {
    text-align: center !important;
    font-size: 15px !important;
}
