@font-face {
    font-family: face;
    src: url(ComicNeue-Regular.ttf);
}
body {
    color: rgb(85, 84, 80);
    background-image: url(YapBg.jpg);
    background-repeat: no-repeat;
	background-size: cover;
    text-align: center;
    font-family: 'face';
}
#About {
    background-color: rgb(231, 246, 255);
    border-radius: 4px;
    border-style: ridge;
    border-color: rgb(85, 84, 80);
    margin-left: 200px;
    margin-right: 200px;
}
#menu {
    background-color: rgb(231, 246, 255);
    border-radius: 4px;
    border-style: ridge;
    border-color: rgb(85, 84, 80);
    margin-left: 200px;
    margin-right: 200px;
    margin-top: 20px;
    padding: 40px;
    padding-top: 5px;
}
.header {
    background-color: rgb(231, 246, 255);
    border-radius: 4px;
    border-style: ridge;
    border-color: rgb(85, 84, 80);
    margin-left: 200px;
    margin-right: 200px;
    padding: 10px;
}
.yaplink {
    background-color: rgb(215, 246, 250);
    width: 600px;
    border-color:  rgb(85, 84, 80);
    border-style: solid;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
}
#back {
    text-align: left;
}
.yapper {
    background-color: rgb(231, 246, 255);
    border-radius: 4px;
    border-style: ridge;
    border-color: rgb(85, 84, 80);
    margin-left: 200px;
    margin-right: 200px;
    padding: 30px;
    padding-top: 10px;
    font-size: 20px;
    text-align: left;
}