.footer-custom h5 {
    color: #ffffff;
}
footer {
    position: fixed;
    bottom: 0%;
    z-index: 1000;
    display: flex;
    width: 100%;
}
body {
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTmwOkZKjuR8h07APiyo2iUSwE4G9Gnkt_PZA&s);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
h1 {
    text-align: center;
}
form {
    background-image: linear-gradient(to bottom, #9379b5, #7c7da9);
    border-radius: 25px;
    text-align: center;
    margin-top: 100px;
    height: auto;
    width: 500px;
    margin-left: 500px;
    color: #000000
}
input {
    text-align: center;
    max-width: 300px;
    margin-left: 100px;
}
