* {
    font-family: "Comic Sans MS", "Comic Sans", "cursive";
    /* Text border */
    /* -webkit-text-stroke: 0.5px black; */
    /* cursor: url("../imgs/birbCursor.png"), auto; */
}

body {
    background-image: url("../imgs/wallpaper.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* image-resolution: auto; */
}   

caption {
    font-weight: bolder;
}

/* TODO: DRY!!! */
/* TODO: Scanline */

.content {
	background-color: rgb(255, 206, 206);   
    background-image: url("/imgs/wallpaper2.jpg ");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
	width:50%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	box-shadow:black 5px 10px 10px;
	text-align:center;
	padding-top:40px;
}

.freeContent {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
	text-align:center;
	padding-top:40px;
}

h1, p {
    color:aliceblue;
    font-size: 150%;
    font-weight: bolder;
}

th, td {
    color: aliceblue;
    font-size: 150%;
    font-weight: bold;

}

.column {
    float: left;
    width: 50%;
}