/*
Theme Name:eva design
Description:ホームページ制作・ランディングページ制作
*/

body {
    font-size: 16px;
    font-family: yu-gothic-pr6n, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #404040;
    letter-spacing: 0.07em;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* =======================
投稿ページ
======================= */

.single-background {
    height: 100vh;
    background-image: url(img/texture.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding-top: 200px;
}

#post {
    width: 50%;
    margin: 0 auto;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.7);
}

h1 {
    font-size: 30px;
    padding-bottom: 30px;
}

time {
    font-size: 14px;
    padding: 10px;
}

p {
    font-size: 16px;
    padding: 10px;
    line-height: 1.4;
}