.calender {
    width:350px;
    border: 1px solid #ccc
    

}
.month-name {
    font-size:20px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    
    
}
.calender-container {
    margin-top: 50px;
}
table {
    width:100%;
    border-collapse: collapse;
}
th, td {
    text-align: center;
    padding:10px;
    border: 1px solid
}
.event {
    background-color: red;
}
body {
    background-color: bisque;
    margin-bottom: 300px;
}
h1 {
    text-align: center;
}
.head {
    background-color: beige;
}
.room {
    position:relative;
    left:1200px;
    top:100px
}
.bag {
    position:relative;
    top:59px
}
.blessing {
    position:absolute;
    left: 100px;
    bottom: 275px;
}
.home {
    position: relative;
    top: 150px;
    text-align: center;
}
.nurse {
    position: relative;
    top: 150px;
}
.nurse2 {
    position: relative;
    top:150px
}
h2 {
    text-align: center;
}
p {
    text-align: center;
}
.nursinghome {
    position: relative;
    top: 200px;
    left:765px;
}