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

body {
    background-color: orange;
    color: black;
    font-size: 25px;
    text-align: center;
    font-family: "Ranchers", cursive;
}


h1, h2, h3, li, a {
    text-align: center;
}