html {
    background: url(../images/clouds.png) no-repeat bottom left fixed;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    width: cover;
    height: 100%;
    min-width: 1000px;
    min-height:500px;
}

body {
    font-family: "Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
    font-weight: 900;
}

h1{
    -webkit-animation: color-change 3s infinite;
    -moz-animation: color-change 3s infinite;
    -o-animation: color-change 3s infinite;
    -ms-animation: color-change 3s infinite;
    animation: color-change 3s infinite;
    margin-top: 5%;
    min-width: 700px;
}

h2 {
    font-size: 18px;
    color: #555;
    margin-top: 20px;
    margin-bottom: 10px;
}

@-webkit-keyframes color-change {
    0% { color: silver; }
    50% { color: white; }
    100% { color: silver; }
}
@-moz-keyframes color-change {
    0% { color: silver; }
    50% { color: white; }
    100% { color: silver; }
}
@-ms-keyframes color-change {
    0% { color: silver; }
    50% { color: white; }
    100% { color: silver; }
}
@-o-keyframes color-change {
    0% { color: silver; }
    50% { color: white; }
    100% { color: silver; }
}
@keyframes color-change {
    0% { color: silver; }
    50% { color: white; }
    100% { color: silver; }
}

.wrapper {
    background: rgb(220, 240, 250);
    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: 5%;
    width: 750px;
    height: auto;
    overflow: hidden;
    border-radius: 0px;
}

.container {
    max-width: 750px;
    margin: 0 auto;
    color: gray;
    font-size: 15px;
    padding: 25px 35px;
    height: auto;
    text-align: left;
    line-height: 1.6;
}

.container p {
    margin-bottom: 12px;
}

.container .highlight {
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
}

.container .last-updated {
    margin-top: 30px;
    font-style: italic;
    color: #888;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.wordcradle-email,
.wordcradle-email:focus,
.wordcradle-email:visited,
.wordcradle-email:hover {
  color: blue;
  text-decoration: underline;
}
