body {
    background-image: url(images/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

h1{
    color: #5B271E;
    font-size: 400%;
    font-family: sans-serif;
    position: relative;
    left: 220px;
}

.form {
    opacity: 0.7;
}

textarea{
    border: 10px solid #5B271E;
    border-radius: 10px;
    padding: 30px 30px;
    margin: 0px 20px;
    width: auto;
    resize: none;
}

.meter{
    position: relative;
    left: 1000px;
    top: -550px;
}

.needle{
    position: relative;
    left: 1160px;
    top: -750px;
}
