h1 {
    width: 100%;
    font-size: 30pt;
    text-align: center;
    text-decoration: none;
}
h2 {
    font-size: 25pt;
    top: 0pt;
    bottom: 0pt;
}

p {
    font-size: 20pt;
    display: inline-block;
}

.change {
    width: 30%;
    height: auto;
    border: thick groove #000000;
    border-radius: 10px;
    padding-right: 30px;
    padding-left: 30px;
    float: none;
    left: 35%;
    right: 35px;
    display: inline-block;
}
.box_position {
    text-align: center;	
	
}
    
