@import url('https://fonts.googleapis.com/css2?family=Nova+Oval&family=Roboto:wght@300&family=Tilt+Prism&display=swap');
body {
    background-color: #CDB7B5;
    font-family: 'Roboto', sans-serif;
    margin: auto;
    width: 70%;
}

p {
    font-family: 'Roboto', sans-serif;
}


footer {
    text-align: right;
    width: 100%;
    font-size: medium;
    margin: auto;
}
h1 {
    font-family: 'Tilt Prism', cursive;
    letter-spacing: 2px;
    font-size: 45px;

}

h2 {
    font-family: 'Nova Oval', cursive;
    letter-spacing: 2px;
    font-size: 40px;
}


img {
    height: 350px;
}
