body {
    background: url(/bg.jpg)no-repeat fixed center/cover;
}


img {
    width: 100px;
}

.container {
    width: 300px;
}

h1 {
    margin: 10px auto;
    font-size: 20px;
}

h2 {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 30px 0;
}

.p1 {
    margin: 5px auto;
    font-size: 15px;
}

.p2 {
    margin: 15px auto;
    font-size: 15px;
    line-height: 35px;
}

h3 {
    font-size: 20px;
}

.form-control {
    width: 250px;
}

button {
    width: 60px;
    font-size: 12px;   
}

footer {
    font-size: 12px;
}
