 @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
        body {
            background-color: #364f6b;
            font-family: 'Open Sans', sans-serif;
        }
        #titleBar {
            background-color: #f5f5f5;
            height: 90px;
        }
        .titleBarText{
            position: relative;
            left: 100px;
            bottom: 115px;
        }
        #logotext {
            position: relative;
            top: 20px;
            left: 20px;
        }
        #logo {
            position: relative;
            background-color: #3fc1c9;
            width: 90px;
            height: 90px;
        }
        .SummaryText {
            text-align: center;
            background-color:#fc5185;
            border: 10px solid #f5f5f5;
        }
        #SummaryDiv {
            background-color:#f5f5f5;
        }
        #box2 {
            background-color: #f5f5f5;
						height: 712px;
        }
				#danielsFruitStand {
          height: 500px;
          width: 500px;
          position: relative;
          left: 575px;
          bottom: 45px;
}
				#projectSpace1 {
          position: relative;
          left: 95px;
          top: 225px;
          font-size: 50px;}
				#projectBox1 {
          background-color: #fc5185;
          width: 1098px;
          height: 600px;
          margin: auto;