body{
  background-image: url('../img/gonzalo-huerta-web-development-bg.jpg');
  background-size: cover;
  box-sizing: border-box;
  margin: 0;
}

.container{
  text-align: center;
  margin: 0 auto;
  height: 100vh;
  min-height: 600px;
  /* width: 100vh; */
  display: grid;
}

.text-container{
  margin: 0 auto;
  align-self: center;
}

.text-container h2, h3{
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  margin: 20px;
}

.text-container h1{
  font-size: 70px;
}

.gh-logo{
  font-family: 'Rubik', sans-serif;
  color: #ffffff;
  margin: 20px;
}

.text-container h2{
  font-size: 40px;
}

.text-container h3{
  font-size: 30px;
}

.bandera-arg{
  width: 10%;
  margin-top: 15px;
  margin-bottom: 10px;
}

#social-icons-left{
  margin-right: 8px;
}

.social-icons{
  margin-top: 20px;
  margin-bottom: 12px;
}
