html, body {
  width:  100vw;
  overflow-x: hidden;
  min-height:  100vh;
  background: white;
}

body {
  display: flex;
  flex-direction: column;
}

.log-img{
  text-align: center;
}
img{
  width: 50%;
}
.foot-detail{
  text-align: center;
}

.icon{
	width: 20px;
  color: black;
  margin-right: 5px;
}

.icon-insta{
  width: 30px;
  color: black;
  margin-right: 5px;
}

a{
  color: black;
}

a:hover{
  text-decoration: none;
}

h3{
  color: black;
}

@media (min-width: 768px) {
  img{
    width: 25%;
  }
}

@media (min-width: 992px) {
}
