*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

body{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container{
  width: 90%;
  max-width: 1140px;
  margin: auto;
  text-align: center;
}

.construction__img{
  width: 80%;
}

h1{
  font-weight: 900;
  font-size: 32px;
  line-height: 1.1;
}

p{
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
}

.social__media{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 45px;
}

.social__media img{
  max-width: 60px;
}