body{
  background-color: #FFFFF0;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
}

.btn a{
  background-color: grey;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  border-radius: 20px;
  margin-left: 1%;
  margin-right: 1%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn{
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn a:hover {
      transform: translateY(-2px);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
			color: #f7e733;
}

.txt{
  padding-left: 5%;
  padding-right: 5%;
}

.txt p{
  font-family: Arial, sans-serif;
  font-size: 25px;
  text-align: justify;
}

.txt img{
  width: 50vh;
  padding-left: 25%;
}

.content{
  padding-left: 5%;
  padding-right: 5%;
}

.content ul{
  font-size: 25px;
}

.content ul li a{
  border: none;
  text-decoration: none;
  color: black;
}

.content{
  height: 80vh;
}

.content iframe{
  width: 100%;
  height: 100%;
  border: none;
}

.info{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80vh;
  text-align: center;
}
