@charset "UTF-8";
#container {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(images/BACKGROUND.png);
    background-size: 60px 60px;
    background-repeat: repeat;
    background-origin: border-box;
    background-attachment: fixed;
}
#begin {
    left: auto;
    right: auto;
    text-align: center;
}
#about {
    margin-top: 15px;
}
#about h2 {
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    font-size: x-large;
}
#about p {
    font-family: cabin;
    font-style: normal;
    font-weight: 400;
    font-size: large;
    text-align: center;
}
footer {
    margin-top: 15px;
    background-color: #868787;
}
footer p {
    font-family: cabin;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
}
#begin img {
    margin-left: 10px;
    margin-right: 10px;
}
#image {
    float: left;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
h5 {
    font-family: buda;
    font-style: normal;
    font-weight: 300;
    text-align: center;
}
p {
    font-family: source-sans-pro, "Devanagari MT", sans-serif;
    font-style: normal;
    font-weight: 200;
    text-align: center;
}
