html,
body,
.container-fluid,
.row {
  height: 100%;
}

body {
  color: #696969;
}

.col {
  padding: 0;
}

h1,
h2 {
  text-align: center;
}

h1 {
  font-size: 3.5rem;
}

.left-part {
  min-height: 100vh;
}

.right-part {
  height: 100vh;
}

.left-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.right-part {
  padding: 0;
}

.contacts {
  padding: 50px;
}

a {
  padding: 5px 15px;
  display: flex;
  justify-content: center;
}

a img {
  margin-right: 10px;
  position: relative;
  margin-top: 3px;
}

.email img {
  margin-top: 0;
}

p {
  font-weight: bold;
}
