body {
    background: url('../image_du_site/state_of_decay_2_logo.jpg') no-repeat fixed;
    background-size: cover;
    align-items: center;
    font-size: 1em;
    background-position: center;
    margin: 0em;
    justify-content: center;
}

.ol {
    font-size: 1.5em;
    margin-top: 1em;
}

h1 {
    color: silver;
    transform-style: flat;
    font-size: 2em;
    text-align: center;
    margin-top: 3em;
}

.h1 {
    color: red;
}

.p_update {
    color: silver;
    font-size: 1em;
    padding: 0.3em;
    margin-bottom: 1em;
    text-align: center;
    white-space: normal;
}

.p_update_strong {
    font-size: 1.5em;
    padding: 0.3em;
    margin-bottom: 1em;
    text-align: center;
    white-space: normal;
    color: silver;
}

.align_center {
    text-align: center;
}

#bg_container {
    height: 100%;
    width: 100%;
}

#bg {
    width: 100%;
    height: 80%;
}

ol {
    text-align: center;
    font-size: 2em;
    margin: 0em;
    color: azure;
    overflow: hidden;
}

* {
    font-family: 'Noto Sans JP', sans-serif;
}

.container_bloc {
    display: inline-block;
    width: 100%;
    height: fit-content;
    padding: 0em;
    background: #6D071A;
    box-sizing: border-box;
    box-shadow: 0 0.3em 0.3em rgb(0 0 0);
    text-align: center;
}

.p1 {
    color: red;
    text-align: center;
    margin: 0em;
    padding: 0.3em;
}

.p3 {
    color: mediumseagreen;
    padding: 0.6em;
    margin-bottom: 0.55em;
}

p {
    color: silver;
    text-align: justify;
    margin: 0.3em;
    padding: 2em;
    font-size: 1em;
}

.a {
    font-size: 1em;
    border-radius: 30%;
}

strong {
    color: red;
}

.img_update {
    width: 40em;
}
