h1, h2 {
    font-family:'apple chancery', cursive;
}

body {
    background-color: rgba(250, 218, 222, 1);
}

#container {
    position: absolute;
    display: inline-block;
    left: 20px;
    right: 20px;
    top: 20px;

    border: 5px dashed rgb(174, 4, 4);
    background-color: rgb(252, 254, 230);
  }

#container img {
    position: absolute;
    right:20px;
    top:20px;
    width: 100px;
}

#text-container {
    margin: 20px;
}