body, html {
    height:100%;
}

body {
    background-color:#fada00;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin:40px;
    padding:4px;
    background-image: url('/_img/bg-thelastgraphicdesigner.png');
    height:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer {
    margin-top:100px;
    color:whitesmoke;
    border-top: 1px solid whitesmoke;
}

p {
    color:#333;
}

h1 {
    background-color:lightpink;
    opacity: 80%;
    color:blueviolet;
}

h2 {
    background-color:lightpink;
    opacity: 80%;
    color:blueviolet;
}

.form-row {
    margin-bottom: 10px;
}

.form-input {
    display: block;
}

.form-error {
    color: red;
}

.formyForm {
    margin:auto;
    width:50%;
    padding:10px;
    text-align:center;
    background-color:chartreuse;
    color:darkviolet;
    font-size: 2em;
    box-shadow: 10px 10px 5px lightblue;
}

input[type=email] {
    width: 50%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}