html {
  font-size: 10px;
}

body {
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 10px 20px;
  background-image: url("bgNoms.jpg");
  background-size: cover;
}


h1 {
  font-size: 2.8rem;
  font-weight: 600;
  margin: .85rem 0rem;
   line-height: 150%;
 text-align: center;
}
h1 i {font-weight: 500;
   margin-bottom: 25px;
}
p {
  margin: 4rem 0rem 0rem 0rem;
  line-height: 150%;
  text-align: center;
}

ul,
ol {
  margin-left: 25px;
  margin-bottom: 15px;
  line-height: 150%;
}
/*clearfixes*/

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}


.pageR, .page {
  max-width: 860px;
  margin: 80px auto 0;
  padding: 15px;
  border-radius: 16px;
  box-shadow: 0,0,33,rgba(0,0,0,0.7);
  background: rgba(255,255,225,0.7);
  border:1px solid rgba(0,0,0,0.5);
}

.pageR {max-width: 1200px;}

.imgNoms {width:90%; margin:10px 5%;}


.dnd-image-drag .containDD {
  margin: 25px auto;
}

.dnd-image-drag .gallery-list {
  width: 576px;
  margin: 0px auto;
  min-height: 100px;
}

.dnd-image-drag .gallery-list .drag {
  width: 60px;
  display: inline-block;
  height: 100px;
}

.dnd-image-drag .gallery-painting {
  width: 576px;
  background: #000;
  background-position: center center;
  background-size: cover;
  border: solid 1px #000;
  margin: 15px auto;
  padding: 0;
}

.dnd-image-drag .gallery-painting .drop {
  position: relative;
  height: 100px;
  width: 60px;
  display: inline-block;
  background: rgba(200, 100, 50, 0.9);
  overflow: hidden;
}

.dnd-image-drag .gallery-painting .drop.incorrect {
  border: solid 2px #f00;
}*7   

.dnd-image-drag .gallery-painting .drop img {
  max-width: 100%;
  height: auto;
}

.reset-button {
  color:#fff;
  border-radius: 6px;
  text-shadow: -1px -1px 2px rgba(0,0,0,0.7);
  background: linear-gradient(122deg, #d44, #44c);
  border: solid 1px #ccc;
  padding: 12px 15px;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  min-width: 100px;
  clear: both;
}
.reset-button:hover {border-top: 1px solid #000; border-left: 1px solid #000; padding-top:13px; padding-bottom:11px;
box-shadow: inset 5px 5px 12px rgba(0,0,0,0.5);
}

.message-container {
  clear: both;
  position:absolute;
  left:10%; top:20%;
}

.p {
  font-size: 15px;
  padding-top: 150px;
  clear: both;
}