    html {
        background-image:url(Photos/bluebg.png);
        font-family: Ms Gothic;
		background-size: 200px 200px;
    }

	a {
  color: #f5a713;
}

    #container{
        border: #2c86be 5px dotted;
        height: auto;
        width: 700px;
        margin-left: 50px;
        padding: 15px;
        background-color: #deeaf4
    }
    
    .containerr{
        border: orange 5px dotted;
        height: 520px;
        width: 220px;
        padding: 15px;
        background-color: papayawhip;
		margin-left: 0px;
    }

	#banner {
		background-image: url(Photos/Bluebow.png);
		height: 15px;
		width: 178px;
		background-size: 730 20;
		position: absolute;
		margin-left: 10px
	}
	
	#banner1 {
		background-image: url(Photos/Bluebow.png);
		height: 15px;
		width: 178px;
		background-size: 730 20;
		position: absolute;
		margin-left: 510px
	}
	
	#pagetitle2 {
		width: px;
		height: 10;
		padding: 6px;
		margin-top: 11px;
        background-color: #ffedbb;
		text-align: center;
		border-radius: 7px;
		font-size: 16px;
		letter-spacing: 2px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	
    
    .container {
        display: flex;
        flex-direction: column;
    }

	.flex {
		display: flex;
	}
    
    .row {
        border-bottom: #ffc679 5px double;
        height: 15px;
		width: 740px;
		margin-left: 50px;
        background-color: rgb(255, 243, 211);
    }
    
	.row2 {
        border: ;
        height: 15px;
		padding: 4px;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 11px;
        background-color: #ffedbb;
		text-align: center;
		border-radius: 7px;
		letter-spacing: 2px;
    }

	.row3 {
        height: 15px;
		width: 126px;
		padding: 4px;
		padding-left: 10px;
		padding-right: 10px;
		margin: 12px;
        background-color: #ffedbb;
		text-align: center;
		border-radius: 7px;
		letter-spacing: 2px;
		display: inline-block;
    }


    .box {
        border-radius: 7px;
        background-color: #fffaf1;
        margin: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .box2 {
        border-radius: 7px;
        background-color: #fffaf1;
        margin: 10px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .box3 {
        border-radius: 7px;
        background-color: #fffaf1;
        margin: 10px;
        padding-left: 15px;
        padding-right: 15px;
		display: flex;
		
    }
    
    .updates {

        overflow: auto;
        overflow-wrap: break-word;
        height: 150px;
        width: 663px;
}

	.calendar {
  margin-left:5px;
  margin-top:5px;
}
    