* {
  padding: 0;
  margin: 0;
}
body {
  font-size: 18px;
  background-color: grey;
  background-image: url("../assests/triangular.png");
}
ul li {
  list-style-type: none;
}
.test {
  position: absolute;
  display: block;
  top: 40px;
  left: 22px;
  width: 100px;
  height: 100px;
}
img {
  width: 100px;
  height: 100px;
}
img:nth-of-type(1) {
  position: absolute;
}
.msg {
  position: absolute;
  display: block;
  top: 35px;
  left: 50px;
  font-size: 60px;
}
.msg b {
  color: cornflowerblue;
  text-shadow: 0 0 32px #a3a32f;
}
.msg p {
  color: #2dc9ef;
  display: block;
}
.fix-top {
  margin-top: 140px;
}
.text-primary {
  color: #9c8611;
}
