@import url("reset.css");

body {
    height: 100%;
    background-image: url("../imgs/viva-serenity.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.Cntnt {
    margin: 0 auto;
    padding-top: 400px;
    width: 100%;
    height: 1100px;
    color: #ffffff;
/*  background-image: url("../imgs/viva-web-logo-top.png"); */
    background-image: url("../imgs/viva-web-logo-full-top.png");
    background-repeat: no-repeat;
    background-size: 30%;
}

.Cntnt p {
    margin: 0 auto;
    max-width: 960px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 250%;
    line-height: 1.5;
    text-shadow: 2px 2px #140361;
}

.Footer {
    width: 100%;
    height: 120px;
    color: #ffffff;
    margin-bottom: 40px;
}

.Footer p {
    margin: 0 auto;
    max-width: 960px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
    line-height: 1.3;
    text-shadow: 2px 2px #325c26;
}
