* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body,
.wrapper {
  height: 100%;
}

body {
    background: #1e1e1e;
    overflow:hidden;
    overflow-y:hidden;  /*для вертикального*/
    overflow-x:hidden;  /*для горизонтального*/
}

p.logo_it {
    font-size: 10em;
    margin-top: 3%;
    letter-spacing: -10px;
    text-align: center; 
    margin-left: auto;
    margin-right: auto;
    font-family: 'Montserrat', sans-serif;
    color: #4ba9b2;
}

.logo-se {
  font-size: 0.6em;
  letter-spacing: -5px;
  margin-left: -20px;
  left: 300px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}

.content_text {
  font-size: 3em;
  text-align: center;
  left: 300px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}

.soсial {
  margin-top: 50px;
  letter-spacing: 15px;
  text-align: center;
}

.fa{
  color: #4ba9b2;
}
.soсial .fa:hover {
  color: #297076;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
   }
  .content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
   }
.footer {
  padding-top: 12px;
  height: 40px;
  flex: 0 0 auto;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: white;
  background: #383837;
  }
