*{
    box-sizing:border-box;
}

img{
    max-width: 100%;
}

body {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  padding:0;
  background-color: #f9f9f9;
  overflow-y: hidden;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f9f9f9;
}

.title {
  margin-bottom: 30px;
  margin-top: 35px;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 32px;
  color: #333;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  width: 366px; /* 3 boxes * 150px + borders */
  height: 360px;
}

.box {
  width: 120px;
  height: 120px;
  border: 1px solid rgb(255, 0, 0);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 24px;
}

.block1{
    width:120px;
    height:120px;
    top:-200px;
    left:450px;
    border-color: #eee;
}
.block2{
    width:120px;
    height:120px;
    top:-200px;
    left:-350px;
    border-color: #eee;
}

.block3{
    width:120px;
    height:120px;
    top:-500px;
    left:-480px;
    border-color: #eee;
}

.block4{
    width:120px;
    height:120px;
    top:-700px;
    left:290px;
    border-color: #eee;
}

.block5{
    width:120px;
    height:120px;
    top:-520px;
    left:290px;
    border-color: #eee;
}

.block6{
    width:120px;
    height:120px;
    top:-1000px;
    left:-300px;
    border-color: #eee;
}

.block7{
    width:120px;
    height:120px;
    top:-900px;
    left:-300px;
    border-color: #eee;
}

.block8{
    width:120px;
    height:120px;
    top:-1250px;
    left:500px;
    border-color: #eee;
}

.block9{
    width:120px;
    height:120px;
    top:-1350px;
    left:-450px;    
    border-color: #eee;
}

.controls {
    margin-top: -1050px;
    text-align: center;
}