body h2 {font-family: "Poppins", Sans-serif; font-weight:600; margin:0 0 20px 0;}
.uplodebox{border:1px solid #222237; border-radius:5px; padding:20px; width:100%; overflow:hidden;}
#image-resizer {
    text-align: center;
    margin: 20px auto;
    max-width: 500px;
}

#image-preview {
    margin-top: 20px;
	margin-bottom:20px;
    max-height: 400px;
    overflow: hidden;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 0.5em 1em !important;
    border: 3px solid #00ec85;
	    color: #fff;
    background-color: #00ec85;
    border-color: #00ec85;
}

.btn-primary:hover {
    background: #fff;
    color: #00ec85;
    box-shadow: 0px -1px 15px 0px rgb(0 0 0 / 20%);
}

a#download-button {
    display: block;
    margin-top: 10px;
    text-decoration: none;
    background: #222237;
	color:#fff;
    color: white;
    padding: 10px;
     border-radius: 100px;
	
}

a#download-button:hover {
    background: #222237;
	box-shadow: 0px -1px 15px 0px rgb(0 0 0 / 20%);
}

.d-flex{display:flex;margin:0 0 10px 0;}
.d-flex label{width:100px;}