* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, {
    height:100%;
}

html {
    background: url('http://res.cloudinary.com/negmah/image/upload/v1517830394/dreamysky.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

body, a:hover {
    cursor: url(http://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), progress !important;
}

body {
  text-align: center;
  font-family: 'Amatic SC', cursive;
  font-size: 22px;
  font-weight: bold;
}

.grid {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.w3-row {
  width: 100%;
  text-align: center;
}

.col-1 {
  width: 83.33%;
  text-align: center;
  margin: auto;
}

h1 {
  font-family: 'Amatic SC', cursive;
  font-size: 80px;
  letter-spacing: 0.10em;
  color: #3F3E3E;
  margin: 0.4em;
  padding-bottom: 10px;
  text-align: center;
  text-shadow: 0 0 15px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 2px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
}

#container {
  height: 100%;
  float: left;
  margin-left: 20px;
  border-radius: 20px;
  border: 5px solid #FF9050;
  box-shadow: 7px 7px 4px 3px rgba(255, 174, 80, 0.4);
}

.col-2 {
  width: 100%;
  padding: 10px;
}

#gridSize {
  margin: 10px;
  font-family: 'Amatic SC', cursive;
  font-size: 36px;
  text-align: center;
  text-decoration: underline;
  text-shadow: 0 0 15px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 2px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
}

.col-3 {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

p {
  font-size: 30px;
  text-align: center;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  text-shadow: 0 0 15px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 2px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
}

/*input form area size*/
input[type="number"] {
  height: 2em;
  width: 10em;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  font-family: 'Cinzel Decorative', cursive;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

table,
tr,
td {
  border: 1px solid #00D5FF;
}
/*grid*/
table {
  border-collapse: collapse;
  margin: 0 auto;
}
/*table row*/
tr {
  height: 12px;
}
/*table cell/data*/
td {
  width: 12px;
}

#inputHeight::-webkit-input-placeholder {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  vertical-align: center;
  color: white;
}

#inputWidth::-webkit-input-placeholder {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  vertical-align: center;
  color: white;
}

#buttonSubmit {
    /* background styles */
    position: relative;
    display: inline-block;
    padding: 5px 5px;
    background-color: green; /*for compatibility with older browsers*/
    background-image: linear-gradient(#673AB7,#7E57C2);
    border-radius: 3px;
    box-shadow: 0px 1px 4px -2px #333;
    text-shadow: 0px -1px #333;

    /* text styles */
    color: #b9b9b9;
    font-size: 12px;
    font: inherit;
    font-weight: lighter;
}

#buttonSubmit:hover {
    background: linear-gradient(#073,#0fa);
}


.glass {
    /* background styles */
    position: relative;
    display: inline-block;
    padding: 5px 5px;
    background-color: green; /*for compatibility with older browsers*/
    background-image: linear-gradient(#673AB7,#7E57C2);
    border-radius: 3px;
    box-shadow: 0px 1px 4px -2px #333;
    text-shadow: 0px -1px #333;

    /* text styles */
    color: #b9b9b9;
    font-size: 12px;
    font: inherit;
    font-weight: lighter;
}

.glass:hover {
    background: linear-gradient(#073,#0fa);
}



.border {
  width: 100%;
  display: block;
  margin: auto;
  border: 1.1px groove #FFCCE5;
}

h2 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: 'Amatic SC', cursive;
  font-size: 36px;
  text-align: center;
  text-decoration: underline;
  text-shadow: 0 0 15px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 2px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
}

input[type="color"] {
  height: 2em;
  width: 10em;
  padding: 0px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0);
  color: white;
}

.col-4 {
  width: 75%;
  text-align: center;
  margin: auto;
  padding-bottom: 30px;
  float: right;
  position: relative;
}

.col-5 {
  width: 100%;
  padding: 10px;
}

footer {
  text-align: center;
  font-family: 'Amatic SC', cursive;
  font-size: 16px;
  color: white;
  font-weight: lighter;
  bottom: 0;
  width: 100%;
  display: inline-block;
}

a {
  color: hotpink;
}