h1 {
    color: white;
    text-align: center;
    font-family: monospace;
    font-size: 38px;
}

p {
    color: white;
    text-align: center;
    font-family: monospace;
    font-size: 20px;
}


.pain {
    max-width: 25%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px
    
}

.pain:hover {
transition: all .2s ease-in-out;
transform: scale(5.5)
}


a.links {

    display: block;
    text-align: center;

}