@import url('https://fonts.googleapis.com/css2?family=Orelega+One&display=swap');

header {
    font-size: 50px;
    color: black;
}

body {
    font-family: 'Orelega One', cursive;
    background-color: #b22222;
    color: white;
    text-align: center;
}

.buttons button {
    font-family: 'Orelega One', cursive;
    font-size: 30px;
    border: 3px solid white;
    color: white;
    background-color: #b22222;
    padding: 10px 24px;
    display: block;
    text-align: center;
    margin: auto;
}