body{
  padding: 5%;
}

#rose{
  background: #b20729;
  width: 70vmin;
  height: 40vmin;
  margin: 0 auto;
  position: relative;
}

#thorn{
  background: #19171a;
  top: 0;
  right: 0;
  width: 60vmin;
  height: 18vmin;
  position: absolute;
}