body,html
{
    height: 100%;
}

body
{
    background-image: url('diego-jimenez-A-NVHPka9Rk-unsplash-scaled.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: hidden;
    margin: 0;
}
.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 80vh;
  }

.hello {
  position: relative;
  color: #efefef;
	font-family: "Montserrat", Sans-serif;
	font-size: 116px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 6px;
	text-shadow: 0px 5px 5px #383838;
}

.hellodiv
{
  margin-bottom: 85px;
}


.telegramdiv
{
  width:160px;
}
.telegram
{
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width:150px;
  
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.telegram:hover
{
  transform: scale(1.066,1.066)
}


@media(max-width:800px)
{
  .hello
  {
    font-size: 86px;
  }
}
