/*
Theme Name: Clean up
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Developed by modifying Twenty Sixteen
Version: 9999
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

article#post-509 {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 13%;
}

#post-509 .wpcf7-form label {
    text-align: left;
}

@media only all and (max-width: 767px) {
    article#post-509 {
        margin-top: 24%;
    }
}