body {
text-align: center;
font-family: Arial;
font-size: 2.6em;
}

.contentbox {
padding: 10px;
margin: 40px;
background-color: #EFEFEF;
overflow: hidden;
}

h2 {
margin-bottom: 60px;
    
}

.button {
padding: 30px;
background-color: #44276E;
color: #FFF;
border-radius: 15px;
width: 80%;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

@media only screen and (min-width: 600px) {
body {
font-size: 1.6em;
}
.button {
width: 200px;    
}
}
