

              #public {
                border-radius: 30px;
                box-shadow: 10px 10px 25px #404243;
                background-color: white;
                margin-left: auto;
                margin-right: auto;

          
              }


    .buttonshadow {
      box-shadow: 10px 10px 25px #404243;
      background-color: lightgray;
      
      border-color: lightgray;
      border-radius: 10px;
      
      padding: 10px 20px;
      font-family: Georgia;
      font-size: 16px;
      color: black ;
    }

    .imageshadow {
      box-shadow: 10px 10px 25px #404243;
      border-radius: 10px;
    }

    .buttonshadow:hover {
      color: white;
      background-color: #9C1E21;
      
      border-radius: 10px;
    }

	  body {
      font-family: Georgia;
      background-image: url('../background5d.jpg');
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
    }
    
	  .td_curve {
      border-radius: 30px;
	    font-family: Arial, Helvetica, sans-serif;
	  }


	  .title {
      background-color: #F3DBB9;
	    text-align: center;
    }

		.title2 {
      background-color: #B9D1F3;
	    text-align: center;
    }


		.title3 {
      position: relative;
      float: right;
    }


    
		.title6 {
      position: relative;
      background: rgba(156, 30, 33, 0.45);
      width: 100%;
    }

		.title4 {
      font-size: 40px;
      position: relative;
	    text-align: center;
      color: white;
    }

    .title5 {
      font-size: 20px;
      color: white;
position: relative;
text-align: center;
      /*
      left: 10%;
      top: 5%;


      
	    */
    }






    .plbutton {
        background-color: #cacbe0;
        border-radius: 10px;
        padding: 6px 15px;
        width: 150px;
          }

          .plbutton:hover {
            color: red;
            background-color: whitesmoke;
              }
              
