body {
  background-color: aliceblue;
}

.cont {
  background: rgba(5, 5, 5, 0.521);
  width: auto;
  height: 40vh;
  margin-bottom: 2%;
}

h2 {
  text-align: center;
  padding: 2%;
  margin-top: 1%;
}

p {
  text-align: justify;
  padding: 3%;
}

ul li {
  text-align: center;
  display: inline-block;
  margin: 0 10% 0 10%;
}

.view_360 {
  background: rgb(158, 9, 9);
  }
