body{
	background: #fff;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #E6E6E6, #fff);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #E6E6E6, #fff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
font-family: 'Roboto Condensed', sans-serif;
height: 100vh;
}

p{
  margin: 0;
}

.scratch_container {
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
}

.scratch_viewport {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  z-index: 0;
}

.scratch_picture-under {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}

.scratch_container canvas {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
#scratch1 {
 background-image: url(scratch1.svg);
}
#scratch2 {
 background-image: url(scratch2.svg);
}
#scratch3 {
 background-image: url(scratch3.svg);
}
.title {
  font-size: 35px;
  margin: 0;
}
.title-scratch {
  font-size: 35px;
  margin: 3vh;
  font-weight:bold;
}
.text {
  font-size: 16px;
}
.header {
  height: 20vh;
  justify-items: center;
}
.header1 {
  justify-items: center;
}
.footer {
   justify-items: center;
   height: 5vh;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 2%;
}
.footer1 {
  height: 10vh;
    margin-top: 3vh;
    text-align: center;
}
.content {
  height: 70vh;
  justify-items: center;
}
.content1 {
  justify-items: center;
}


button {
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 54px;
    font-size: 22px;
    color: white;
    text-align: center;
    padding: 5px 15px 5px 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #f0776c;
    border: 0;
    border-bottom: 2px solid #d76b60;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #d76b60;
    box-shadow: inset 0 -2px #d76b60;
}

