.container{
  font-family: 'Roboto', sans-serif;
  max-width: 600px;
  width:100%;
  margin:0 auto;
  position:relative;
  height:300px;
}

.img{
  display: block;
  position:absolute;
  margin:auto auto;
  left:0;
  right:0;
  top: 0;
  bottom:0;
}

.box{
  display: flex;
  font-size: 40px;
  position: fixed;
  width:450px;
  height:100px;
  margin:auto auto;
  margin-top: 230px;
  left:0;
  right:0;
  top: 0;
  bottom:0;
  text-align: center;
}

.box2{
  display: block;
  font-size: 20px;
  position: fixed;
  width:370px;
  height:100px;
  margin:auto auto;
  margin-top: 350px;
  left:0;
  right:0;
  top: 0;
  bottom:0;
  text-align: center;
}