*{
	margin: 0 auto;
	padding: 0 auto;
}

img {
    max-width: 100%;
    width: 800px;
  }

  h1 {
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
  }

#container {
    background-color:#fff;
    background-image: url('img/background.jpg');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    position    : absolute;
    top         : 0px;
    left        : 0px;
    width       : 100%;
    height      : 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

