h1 {
  text-align: center;
}

.container {
  background-color: rgb(255, 255, 255);
  padding: 10px 0;
  margin-top: 80px;
}

.flag {
  width: 400px;
  height: 82px;
  margin: 0px auto;
}

.cap {
  width: 60px;
  height: 25px;
}

.sleeve {
  width: 110px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.5);
  border-left: 10px double rgba(0, 0, 0, 0.75);
}

.cap, .sleeve {
  display: inline-block;
}

.top {
  background: linear-gradient(60deg, rgb(192, 192, 192), rgb(255, 255, 255), rgb(169, 169, 169));
  box-shadow: 0 0 20px 0 rgba(105, 105, 105, 0.8);
}

.mid {
  background: linear-gradient(60deg, hsl(186, 76%, 16%), hsl(223, 90%, 60%), hsl(240, 56%, 42%));
  box-shadow: 0 0 20px 0 hsla(223,59%,31%,0.8);
}

.bottom {
  background: linear-gradient(60deg, #B3251B, #FF3324, #9A1E16);
  box-shadow: 0 0 20px 0 #990000CC;
}