/* Image styling */
#viobot,
#thump {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

.copyright {
    text-align: center;
    font-size: 9pt;
}

.cheats {
    width: 600px;
    height: 300px;
}

#logo {
    width: 10%;
}

.demo:hover {
    text-decoration: none;
}

testimonials {
    display: grid;
    grid-template-rows: auto;
}

.purchase:hover {
    text-decoration: none;
    color: white;
}

.purchase {
    color: white;
}