/*
Theme Name: Benny
Author: Shoma Naruse
Version: 1.0.0
Description: Benny default theme
*/

html{
    background: #cf1031;
    overflow-x: hidden;
    font-family: "segoe ui",meiryo,"yu gothic",
                "hiragino kaku gothic pron",sans-serif;
}

body {
    background: #cf1031;
    overflow-x: clip;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

main {
    background: #f7f7f7;
    padding: 0;
    padding-top: 95px;
    min-height: 70vh;
}

form {
    background: #f7f7f7;
}