@import url('https://fonts.googleapis.com/css2?family=Rye&display=swap');

body{
    font-family: sans-serif;
    padding: 5%;
    background-color: olivedrab;
    color: white;
}

h1 {
    text-align: center;
    font-family: 'Rye', cursive;
    font-weight: 400;
    font-size: 4em;
    background-color: black;
    border: 20px double aliceblue;
    padding: 10%;
}