body{
  background-color: lightsalmon;
}


#tomato {
  position: absolute;
}

.fresh {
  padding: 60px;
  width: 100px;
  height: 100px;
}

.smashed {
  padding: 0;
  width: 200px;
  height: 200px;
}

#hammer {
  position: absolute;
  width: auto;
  height: 100px;
}

html {
  cursor: none;
}
.containerred{
  position: absolute;
  top: 500px;
  shape-image-threshold: 0.5;
  float: left;
} 

h1{ 
  font-family: 'Major Mono Display', monospace;
top: 16px;
left: 16px;
font-size: 42px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
word-spacing: -5px;
font-style: regular;
color: tomato;}

h2 a {
    font-size: 15px;
    font-family: roboto, sans-serif;
    font-style: regular;
    color: darkred;
    text-decoration: none
}

h3{
	font-family: 'Roboto', sans-serif;
	color: darkred;
	text-align: left;
	font-size: 10px;
  line-height: 12px;
  letter-spacing: 2px;
	margin-top: 10%;
}

