/* why.css */

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

body {
    background-color: rgb(73, 15, 127);
    color: yellow;
    font-family: 'Calistoga', serif;
}
