@charset "utf-8";
@import url("../webfonts/DancingScript_Regular/stylesheet.css");

.fo {
}
.form-control {
    width: 120px;
    background-color: rgba(225,178,226,0.75);
    border: 3px solid rgba(251,249,249,1.00);
}
.container {
    margin-top: 20px;
    border-radius: 20px;
    border-style: dotted;
    border-color: rgba(116,53,129,1.00);
}
.col-md-6 {
    border-radius: 20px;
}
button {
    width: 200px;
    border-radius: 30px;
	background-color: rgba(181,18,158,1.00);
	margin-top: 20px;
	margin-bottom: 20px;
	

}
input {
    background-color: rgba(195,165,196,1.00);
}


h1 {
    color: rgba(106,5,115,1.00);
    font-family: "DancingScript Regular";
	margin-top: 20px;
	
}
table {
    width: 250px;
    float:left;
    color: rgba(101,4,115,1.00);
    text-align: center;
    border: 2px dottedrgba(250,242,250,1.00);
    border-radius: 20px;
    background-color: rgba(208,186,208,1.00);
}
th {
    width: 250px;
    background-color: rgba(156,6,157,1.00);
    color: rgba(250,247,247,1.00);
    font-family: aclonica;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    padding-left: 5px;
    border: 2px dotted rgba(247,242,242,1.00);
    border-radius: 20px;
}
#resultDiv {
    background-color: rgba(197,160,209,0.76);
    padding-bottom: 20px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
#errorDiv {
    background-color: rgba(244,164,234,0.83);
	 padding-bottom: 20px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-right:20px;
    padding-left: 20px;
}
