@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Shadows+Into+Light&family=Source+Sans+Pro:ital,wght@1,700&display=swap');

body {
    background-color: rgb(121, 201, 201);
}
div {
    background-color: white;
    width: 640px;
    margin: 10px auto;
    padding: 20px;
    border: 4px solid rgb(89, 176, 181);
    border-radius: 10px;
    text-align: center;
}
h1 {
    color: rgb(89, 176, 181);
}
h2 {
    color: white;
    background-color: rgb(121, 201, 201);
    font-size: 20px;
    font-variant: small-caps;
    padding: 10px;
}
h1, h2, h3 { 
font-family: 'Permanent Marker', cursive;
}
p, a {
font-family: 'Shadows Into Light', cursive;
}
font-family: 'Source Sans Pro', sans-serif;