@import url('https://fonts.googleapis.com/css2?family=Moon+Dance&display=swap');
* {
    margin: 0;
    padding: 0;
    background-size: cover;
    font-family: 'Moon Dance', cursive;
}

body {
    text-align: center;
    margin: 100px 25%;
    background: url(../images/background.jpg);
    background-size: cover;
    color: rgb(255, 255, 255);
}

header {
    margin-top: -90px;
    font-family: 'Moon Dance', cursive;
    font-size: 30px;
}

input[type=number] {
    font-size: 30px;
    width: 50%;
    padding: 12px 20px;
    margin: 15px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background: rgb(0, 0, 0);
    text-align: center;
    text-decoration: none;
    border-radius: 9px;
    color: rgb(255, 255, 255);
}

button {
    width: 50%;
    padding: 12px 20px;
    margin-top: 15px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background: rgb(0, 0, 0);
    text-align: center;
    text-decoration: none;
    border-radius: 9px;
    color: rgb(255, 255, 255);
    font-family: 'moon dance', cursive;
    font-size: 30px;
}

button:hover {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.randomNum {
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
    margin-top: 20px;
    font-family: 'moon dance', cursive;
    font-size: 40px;
}

footer {
    margin-top: 120px;
    font-family: 'Moon Dance', cursive;
    font-size: 25px;
}