*{
	padding:0;
	margin:0;
}

.container{
	height: 100vh;
	width: 100%;
	position: relative;
	text-align: center;
}

.intro{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: Ubuntu, sans-serif;
}

a{
	text-decoration: underline;
	color: #34a853;
}

.testointro{
  margin-bottom: 30%;
}

.bottone{
  padding-top: 30%;
}

.bottone2 {
  width: 170px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: #000;
  font-weight: 600;
  margin-left: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  display: inline-block;
}

.bottoneGMA {
  background-color: #f9ab00;
  border: 3px solid #FFFFFF;
  border-radius: 50px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  color: #FFFFFF;
  text-decoration: none;
}
.bottoneGMA:hover {
  box-shadow: 0 0 10px 0 #ffec23 inset, 0 0 20px 2px #ffec23;
  border: 3px solid #ffec23;
}

.fontUbuntu{
	font-family: Ubuntu, sans-serif;
}