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

body {
    background-color: #01c5c4;
}

h1 {
    font-family: 'Gloria Hallelujah', cursive;
    color: #f1e189;
    text-shadow: 10px 11px #daa44a;
    font-size: 6em;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 100vh;
}
