@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin-top: 0px;
  padding: 0;
  outline: none;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

a{
  text-decoration: none;
  /* font-family: verdana; */
  color: white;
  text-align: center;
  z-index: 300;
  line-height: -4;
}

a:hover{
  /* text-decoration: none; */
  /* font-family: verdana; */
  color: white;
  text-align: center;
}




.btn{
  width: 10%;
  height: 30px;
  position: absolute;
  right: 60px;
  top: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  vertical-align: middle;
  border: none;
  background-color: #008bb9;
  border-radius: 5px;
  /* color: #fff; */
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s ease;
}
.btn:hover{
  background: #57504d;
}

.footer{
  width: 1000px;
  height: 20px;
  text-align: center;
  position: absolute;
  top: 95%; left: 50%;
  transform: translate(-50%, -50%);
}



.contenitore{
  width: 30%;
  height: 70%;
  text-align: center;
  position: absolute;
  top: 60%; left: 50%;
  transform: translate(-50%, -50%);
  /* border: 2px solid #04AA6D;
  border-radius: 8px; */
}


#boxcenter {
  position: relative;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px 0 30px 0;
  border: 2px solid #04AA6D;
  border-radius: 8px;

}


input, .pulsante {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  margin: 5px 0;
  opacity: 0.85;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none; /* remove underline from anchors */
}

input:hover, .pulsante:hover {
  opacity: 1;
}


input[type=submit] {
  background-color: #04AA6D;
  color: white;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/* Two-column layout */
.colonna {
  float: left;
  width: 20%;
  margin: auto;
  padding: 0 50px;
  margin-top: 6px;
}


/* Responsive layout - when the screen is less than 650px wide, make the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 650px) {
  .colonna {
    width: 100%;
    margin-top: 0;
  }


}
