@charset "utf-8";

html {
    background-color: lightgrey;
}
body { /*bootstrapには、containerによりwidth/margin/paddingへの記述が必要ありません。*/
    background-color: white;
    box-sizing: border-content;
}
h1 {
    background-color: lightgrey;
    color:white;
    border: 2px dotted white;
    text-align: center;
}
h4, h6 {
    text-align: center;
    border: 2px dotted lightgrey;
}
