@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Trade+Winds&display=swap');

img {
	border: 200px solid #28231d;
    width: 100px;
    }

h1 {
  font-family: "Trade Winds", system-ui;
  font-style: normal;
    font-size: 36px;
    font-weight: bold;
    color: #ff1694;
    background-color:#fbfcf8;
    width: 200px;
    padding: 100px;
    }
