@charset "utf-8";
body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: source-sans-pro;
    text-shadow: 0px 0px #000000;
    font-style: normal;
    font-weight: 300;
    font-size: small;
}
body h1 img {
    width: 750px;
}


h1 {
    font-family: kaushan-script;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    padding-top: 100pt;
    margin-top: 0pt;
}

h2 {
    font-family: actor;
    font-style: normal;
    font-weight: 400;
    font-size: large;
    text-align: center;
    margin-top: 0px;
    padding-top: 10pt;
    border-top-left-radius: 0px;
}
section {
    background-color: #FBC926;
    color: #000000;
    border-radius: 10px;
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    float: right;
}
aside {
    float: left;
    width: 50%;
}

footer {
    bottom: 0px;
    position: fixed;
    width: 100%;
    height: 40px;
    text-align: center;

}


body h1 {
    font-family: kaushan-script;
    font-weight: 400;
    font-size: xx-large;
}
