@charset "utf-8";* {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box
}
body {
	background-color: #332042; color: #ffffff;
        font-family: Georgia;
}
#awe-matchmaker-container{
    height: 700px;
}
#awe-customiframe-container{
	height: 3000px;
	width: 80% !important;
}
footer {
        width: 80%;
        font-weight: bold;
        font-size: 1em;
}
a {
        color: yellow;
        font-weight: bold;
        font-size: 1.5em;

}
header {
        width: 70%;
        font-weight: bold;
        font-size: 1em;
       
}