@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
@import url(nav.css);
body{
    background-image: url(green-hell-5.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.main{
    padding-top:40px;
    font-family: "Montserrat", sans-serif;
    width: 68%;
    height: 1800px;
    opacity: 82%;
    background: rgb(37, 35, 35);
    margin: auto;
    
}
h2{
    font-family: 'Century Gothic',sans-serif;
    font-size:32px;
    color: rgb(187, 187, 187);
    text-align: center;
}
p{
    text-align: center;
    margin: auto;
    color: azure;
    font-family: 'Century Gothic',sans-serif;
    font-size: 24px;
}

ul {
    list-style-type: circle;
    margin: auto;
    color: azure;
    font-family: 'Century Gothic',sans-serif;
    font-size: 24px;
    padding-left: 0;
    list-style-position: inside;
	float: left;
  }
  img{
      opacity: 100%;
  }