        body {
          text-align:center;
          padding:20px;
        }
        input {
          margin:20px;
        }
        h2 {
          padding:15px;
        }
        h1 {
          padding:15px;
        }
        #Blue {
          background-color:blue;
        }
        #Green {
          background-color:Green;
        }
        #Red {
          background-color:red;
        }
        #Title {
          padding:20px;
          border:15px solid;
          border-radius:10px;
        }
        #Scheme {
          border:10px solid black;
          border-radius:8px;
        }
        .Button {
          padding:50px;
          border-radius:10px;
        }
        .blueSchemeP {
          font-family:Georgia;
        }
        .greenSchemeP {
          font-family:Times New Roman;
        }
        input:hover {
          cursor:pointer;
        }
        
        