body{
  background-color: #4f4f4f;
}
.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logoimg{
  width: 25%;
  height: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.copyright {
  color: #ffffff;
  font-size: 8px;
  text-align: center;
  margin-top: 10px;
}
