@charset "utf-8";
.whole.document {
    background-image: url(images/valentin-beauvais-4YrVF0gVdjk-unsplash.jpg);
    background-size: cover;
    -webkit-box-shadow: 0px 0px 243px;
    box-shadow: 0px 0px 243px;
    opacity: 0.98;
    width: 1200px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    margin:auto;
}
h1 {
    text-align: center;
    font-family: "Aileron Heavy";
    font-style: normal;
    font-size: 3em;
    text-shadow: 0px 0px;
    color: #D6CECA;
}
img {
    margin-left: 392px;
    border: 7px solid #D7CFCB;
    -webkit-box-shadow: 0px 0px 15px;
    box-shadow: 0px 0px 15px;
}
h2 {
    color: #992C59;
    font-weight: bolder;
}

.sections  {
    background-color: #D8D0CC;
    opacity: 0.7;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    color: #022621;
    padding-top: 7px;
    font-size: 1.1em;
}

div {
    margin-left: 430px;
    color: #020202;
}
footer  {
    margin-left: 430px;
    color: #D8D0CC;
    font-size: 1.1em;
}

a {
    color: #992C59;
    font-size: 1em;
    font-weight: bold;
}
