* {
    font-family: 'Lora', 'open-sans', sans-serif;
}

h1
{
    font-weight: 800;
    text-align: "center";
}

h2,
h3 {
    font-weight: 600;
    text-align: "center";
    font-size: xx-large;
}

p{
    font-size: larger;
}

body {
    background: url(../pic/background.jpg) no-repeat;
    background-color: rgb(210,193,183);
    background-size: 100%;
    width: 60%;
    background-origin: border-box;
    background-clip: border-box;
    text-align: "center";
    overflow: "auto";
    margin: 0 auto;
}

.titleH1 {
    font-weight: 800;
    font-size: 10vh;
    color: #ffffff;
    -webkit-text-stroke: 3px black;
}

.titleImg {
    padding: 5vh 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.title {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}



.blank_body {
    height: 80vh;
    text-align: "center";
    margin: 10 auto;
    overflow: "auto";
}

.body {
    background-color: #ffffff;
    text-align: "center";
    margin: 0 auto;
    border: 25px solid #E8C48F;
    padding: 20px;
    overflow: auto;
}


.footer {
    color: black;
    width: 200px;
    text-align: "center";
    margin: 0 auto;
    font-size: small;
}