@import url('https://fonts.googleapis.com/css2?family=Rubik+Distressed&display=swap');
body {
    text-align: center;
    font-family: 'Arial';
    background:#6D3B07;
    color: black;
}

img {
    width: 400px;
    height: 400px;
    border-radius: 20px;
}

p1{
    font-weight: bold;
    font-size: 25px;
    color: pink;
    font-family: cursive;
}

p{
    font-weight: normal;
    font-size:20px;
    color: black;
    font-family: cursive;
}
h1{
    font-weight: bold;
    font: size 60px;;
    color: white;
    font-family: "Rubik Distressed";
}