@charset "utf-8";
/* CSS Document */

body{background-color: #000000; }
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal; 
}
section{text-align: center; padding-bottom: 80px}
img{margin-bottom: 2rem}
.button {
  border: none;
font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 15px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
	width: 100%;
}

@media (max-width: 768px){img{margin-bottom: 5rem}}

.button1 {
  background-color: #782DAA; 
  color: white; 
  border: 2px solid #782DAA;
}

.button1:hover {
  background-color: #ffffff;
  color: black;
}

.button2 {
  background-color: #FF6400; 
  color: white; 
  border: 2px solid #FF6400;
}

.button2:hover {
  background-color: #ffffff;
  color: black;
}

h2{font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;}
h3{font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white; line-height: 1}

p{font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white; line-height: 1}
.p-ang{
  color: #FF6400;}