body {
        background-image: url("../images/Squash.jpg");  
        background-color: #cccccc; /* Used if the image is unavailable */
        height: 500px; /* You must set a specified height */
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
        }  
        div.editor {
            padding: 15px;
        }

        label {
            display: block;
        }

        .validationMessage {
            color: Red;
        }

        .customMessage {
            color: Orange;
        }
        label{
          font-size: 20px;
          font-weight: 700;
        }
        button{
          font-size: 20px;
          font-weight: 700;
        }