*{
    margin: 0;padding: 0px;border:0px;box-sizing: border-box;
}

body{
    background-color: #FED9B7;
    color: gray;
    min-height: 100vh;
    
    
    
    

}

#container{
    border: 5px solid #99F;
    margin: 20px;
    padding: 20px;
    background-color: #fdfcdc;
    position: absolute;
    left: 20%;
}

h1{
    color: #0081A7;
    background-color: #fdfcdc;
    text-shadow: 1px 1px 2.5px #f07167;
    text-align: center;

}

h1 a:visited{
    color: #0081A7;
    background-color: #fdfcdc;
    text-shadow: 1px 1px 2.5px #f07167;
    text-decoration: none;
}



table{
    border-collapse: collapse;
}    

th, td{
    border: 1px solid black;
    width: 120px;
    height: 120px;
    text-align: center;
    
    
}

#month{
    font-size: 3em;
    text-transform: uppercase;
    color: #0081A7;
    background-color: #fdfcdc;
    text-shadow: 1px 1px 2.5px #f07167;
    
    
}

#kar{
    background-image: url(../Calendar/karaoke.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150%;
    color: white;
    
}
tr td a:visited{
    color: white;
    text-shadow: 2px 2px 2px black;
}

#bags{
    background-image: url(../Calendar/cornhole.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150%;
    color: white;

}

#game{
    background-image: url(../Calendar/games.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150%;
    color: white;

}

footer {

    background-color: #FDFCDC;
    border: 0px solid red;
    width: 80%;
    height: 100px;
    margin: 0 auto;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color:black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    margin-top: -30px;

    
    
}

h2{
    color:black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 1em;
    margin-top: 40px;
}












