div {
    text-align: left;
    padding: 5px;
}
.funBox {
    align-content: center;
    display: block;
    padding: 10px;
    font-style: oblique;
    font-weight: 300;
}
li {
    padding-top: 20px;
    margin-right: 60px;
}
body {
    background-image: url(background.jpg);
    color: ghostwhite;
}
#bigDiv{
    font-family: Courier, monospace;
    position:absolute;
    width: 450px;
    height: 300px;
    left:35%;
    top:30%;
    text-align: center;
    display: inline-block;
    background-color: rgb(255, 255, 255, 0.2);
    border: 2px solid white;
    border-radius: 25px;
	padding: 10px 10px 10px 10px;
}
h1{
    font-weight: 400;
    margin: 10px;
}
a {
    font-family: Courier, monospace;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 25px;
    font-weight: 500;
    background-color: rgb(100, 100, 255, 0.3);
    border-radius: 5px;
    color: ghostwhite;
    text-align: center;
}