body {
	height: 100%;
  margin: 0px;
  padding: 0px;
}
html{
	height: 100%;
}

.img-container{
    background-image: url("./img/971.jpg");
    height: 100%;
    background-size:     cover;                     
    background-repeat:   no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center center;
}

.title{
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-left: 30px;
}