body {
    background-image: url("/static/peptify/images/bg/background1.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-color: #003b43;
    color: #ffffff;
    min-height: 100vh;
}

.jumbotron-input {
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 2rem 1rem;
}

.jumbotron-results {
    padding: 10px 0px;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0);
}

.main-div {
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0);
}

.footer {
    background: rgb(0,208,185);
    background: -moz-linear-gradient(left, rgba(0,208,185,1) 0%, rgba(0,237,1,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,208,185,1) 0%,rgba(0,237,1,1) 100%);
    background: linear-gradient(to right, rgba(0,208,185,1) 0%,rgba(0,237,1,1) 100%);
    color: white;
}

.btn-pep {
    background-color: #00ed01;
    color: #000;
    border: none;
    font-weight: bold;
}

.btn-pep:hover {
    background-color: #3cffc2;
    color: #000;
}

.peptide-image {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.form-control:focus {
    border-color: #00ed01;
    box-shadow: 0 0 0 0.2rem rgba(0, 237, 1, 0.25);
}

h1, h2, h3 {
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
