/* ====== PAGE SETTINGS ====== */
body {
    margin: 70px 0px 0px 0px;
    padding: -150px 0px 50px;
    background-color: #d7d6db;   /* Change background color */
    background-image: url('casita.png');
    background-size: 1000px;     
    background-position: center top;  /* centers the image */
    background-attachment: scroll; /* keeps background in place on scroll */
    background-repeat: no-repeat; /* prevents tiling */
    font-family: 'Spectral', serif;  /* Body font */
    color: #333;
    text-align: center;
}

/* ====== IMAGE ====== */
.top-image {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 20px auto 0px;
    border-radius: 10px;
}

.logo {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 100px auto;
    border-radius: 10px;
}

/* ====== HEADER TEXT ====== */
h1 {
    font-family: 'Spectral', sans-serif;   /* Header font */
    font-weight: 200;
    font-size: 2.0rem;
    font-style: italic;
    letter-spacing: 2px;
    margin: 30px 60px 10px;
    color: #070619;
}

/* ====== BODY TEXT ====== */
p {
    font-size: 1.3rem;
    line-height: 1.5;
    max-width: 400px;
    text-align: justify;
    text-align-last: center;
    letter-spacing: 3px;
    margin: 0 auto 30px;
    color: #070619;
}
