body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://cdn.shopify.com/s/files/1/0008/1752/8879/files/africa-african-african-culture-1308174_large.jpg?v=1536863882);
    background-repeat: no-repeat;
    background-size: cover;
}

.table {
    width: 450px;
}

.table td {
    font-family: 'Delius', cursive;
    color: white;
}

.table th {
    color: yellow;
    font-style: italic;
}

h1 {
    font-family: 'Freckle Face', cursive;
    font-size: 100px;
    text-align: center;
    letter-spacing: 55px;
    color: #4d0000;
    text-shadow: 5px 5px 5px #ccff33;
    margin-top: 10px;
}

h6 {
    color: white;
    font-family: 'Delius', cursive;
    font-weight: 600;

}

p {
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 50px;
    color: white;
    font-family: 'Delius', cursive;
}

.copyright {
    text-align: center;
}

.form {
    width: 450px;
}

hr {
    background-color: whitesmoke;
}

footer {
    text-align: center;
    border-top: solid 1px white;
    margin-top: 50px;
    color: grey;
}

label {
    color: yellow;
    margin: 5px 20px;
    font-weight: bolder;
    margin-left: 30px;
    font-style: italic;
}

input[type=number] {
    width: 500px;
    border-radius: 15px;
    border: solid 1px white;
    height: 30px;
    background-color: transparent;
    color: white;
    text-align: center;
    margin-left: 20px;
}

.btn {
    background-color:#4d0000;
    color:white;
    width: 200px;
    border-radius: 20px;
    text-align: center;
    margin-left: 160px;
    border: none;
    height: 30px;
    padding-bottom: 30px;
}


.form-control {
    border-radius: 15px;
    height: 30px;
    background-color: transparent;
    border: solid 1px white;
    color: white;
    padding-left: 220px;
    width: 500px;
    margin-left: 20px;
}

h3 {
    margin-left: 30px;
    font-family: 'Shadows Into Light Two', cursive;
    letter-spacing: 6px;
    color: yellow;
    font-size: 30px;
    font-weight: bolder;
    text-shadow: 10px 10px 10px white;
}