
body {
	background-image: url("pictures/background.jpg");
	background-repeat:repeat-x;
	background-color:black;
}

img.twitch {
	height: 200px;
}

img.youtube {
	height: 200px;
}

img.insta {
	height: 200px;
}

* {
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
img.twitch {
	height: 100px;
	}
}

@media only screen and (max-width: 1024px) {
img.youtube {
	height: 100px;
	}
}

@media only screen and (max-width: 1024px) {
img.insta {
	height: 100px;
	}
}

.img-container {
  float: left;
  width: 33.33%;
  padding: 5px;
  text-align: center;
}
