@import url('https://fonts.googleapis.com/css2?family=Domine&display=swap');
body {
    background-image: url("test.png"), url("0700.gif");
    background-size: 800px, auto;
    background-repeat: no-repeat, repeat;
    color: #32323B;
    font-family: 'Domine', serif;
}

a {
    color: #32323B;
}

b {
    color: #563032;
}

i {
    color: #494958;
}

a:hover {
    color: #DE4043;
}
.container {
    position: absolute;
    top: 350px;
    left: 380px;
    width: 400px;
    height: 400px;
    overflow-y: auto;
}

.form-group {
    padding:5px;
}

input {
    width:65%;
}

.credit {
    border: 1px solid #32323B;
    padding:5px;
}