﻿body {
    background-color: #000000;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
.wrapper {
    border:5px ridge black;
    width:1000px;
    margin:auto;
}

h1,h2,h3 {
    text-align:center;
}

.lead {
    width: 1356px;
}


.col-sm-4 {
    width: 289px;
}


.upload {
    background: url("./image/upload-file.png" )no-repeat #563d7c;
}

input[type=button],
input[type=submit] {
    border-style: outset;
    border-color: inherit;
    border-width: medium;
    border-radius: 6px;
    background-color: #00008b;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

#svgembed {
    width: 648px;
}

.button-border{
    background:linear-gradient(115deg,#eeaf61,#fb9062,#ee5d6c,#ce4993,#6a0d83);
    padding:2px;
}
