body {
  font-family: "Roboto", sans-serif;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 15px;
  background: #fff;
  max-width: 1920px;
  color: black;
  flex-direction: column;
}

.footer {
  padding: 30px;
  background-color: #dedede;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.container {
	display: flex;
}
	
.copyright {
  margin-top: 10px;
  color: black;
  text-align: center;
  font-weight: bolder;
  display: block;
}

img {
	margin-left: 138px;
}

.row {
	flex: 1;
}

.thess {
	width: 100%;
}

a {
	color: black;
}

@media only screen and (max-width: 1130px) {
  img, #row2 {
    display: none;
  }
}