@media screen and (min-width: 400px) {
    .full-width-img {
    margin: auto;
    width: 95%;
}
}

body {
	width: 95%;
	height: 80%;
	text-align: center;
	margin: auto;
}

.container{
	width: 300px;
	background: white;
	text-align: center;
	font-size: 20px;
} 

.boton {
    background-color: #8C22E2;
    color: #FFFFFF; 
    padding: 4px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    box-shadow: 3px 5px grey;
}
p {
    font-size: 16px;
}
th {
    background-color: #FFF;
    color: #8C22E2; 
}