.dagc-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 2rem;
    border: 1px solid #e8e8e8;
    background-color: #efefef;
}

.dagc-title {
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
    color: #555;
    font-size: 2rem;
}

.dagc-form{
    position: relative;
    width: 100%;
    padding: 0;
    text-align: center;
}

.dagc-form input{
    position: relative;
    display: block;
    width: -webkit-fill-available;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 1rem;
    font-size: 1rem;
    padding: 0 1rem;
    margin-bottom: 1rem;
}

.dagc-button {
    position: relative;
    color: #ffffff;
    border-width: 0px;
    border-radius: 100px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #379263;
    padding: .4rem 2rem;
    box-shadow: 0px 30px 40px -16px rgba(28,165,255,0.24);
    transition: all 300ms ease 0ms;
    line-height: 1.7rem;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    cursor: pointer;
}

#dagc-result {
    position: relative;
    display: block;
    width: 100%;
    margin: 1rem 0;
    text-align: center;
}

#dagc-result img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid #aaa;
}